openbsd-ports/graphics/gphoto2/Makefile
ajacoutot 06903cbd53 - fixes implicit declarations of strdup and strcasecmp
requested by and input from jasper@
ok espie@ (maintainer)
2008-12-16 08:48:08 +00:00

40 lines
928 B
Makefile

# $OpenBSD: Makefile,v 1.13 2008/12/16 08:48:08 ajacoutot Exp $
COMMENT= digital camera command-line interface
CATEGORIES= graphics
MAINTAINER= Marc Espie <espie@openbsd.org>
VERSION= 2.4.3
DISTNAME= gphoto2-${VERSION}
PKGNAME= gphoto-${VERSION}p0
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 ltdl pthread usb
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-aalib --without-cdk
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
POPT_CFLAGS="-I${LOCALBASE}/include" \
POPT_LIBS="-I${LOCALBASE}/lib -lpopt"
MODULES= devel/gettext
LIB_DEPENDS= gphoto2,gphoto2_port::graphics/libgphoto2 \
jpeg::graphics/jpeg \
popt::devel/popt
.include <bsd.port.mk>