openbsd-ports/graphics/gphoto2/Makefile
2004-11-30 01:06:33 +00:00

34 lines
822 B
Makefile

# $OpenBSD: Makefile,v 1.5 2004/11/30 01:06:35 espie Exp $
COMMENT= 'digital camera command-line interface'
CATEGORIES= graphics
MAINTAINER= Marc Espie <espie@openbsd.org>, Arnaud Launay <asl@launay.org>
VERSION= 2.1.4
DISTNAME= gphoto2-${VERSION}
PKGNAME= gphoto-${VERSION}
HOMEPAGE= http://gphoto.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
# GPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= c exif m ncurses readline
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.57
SEPARATE_BUILD= simple
CONFIGURE_ARGS= --disable-nls --without-aalib --without-cdk
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gphoto2,gphoto2_port::graphics/libgphoto2 \
jpeg::graphics/jpeg \
popt::devel/popt
.include <bsd.port.mk>