openbsd-ports/graphics/gphoto2/Makefile
brad 2a4800a48f upgrade gphoto2 to 2.1.3
I also fixed the readline support to work with the version of libreadline
OpenBSD has in-tree.

no response from MAINTAINERs
2004-01-16 01:12:32 +00:00

34 lines
804 B
Makefile

# $OpenBSD: Makefile,v 1.2 2004/01/16 01:12:32 brad Exp $
COMMENT= 'digital camera command-line interface'
CATEGORIES= graphics
MAINTAINER= Marc Espie <espie@openbsd.org>, Arnaud Launay <asl@launay.org>
VERSION= 2.1.3
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
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.57
SEPARATE_BUILD= simple
CONFIGURE_ARGS= --disable-nls --without-aalib
MAKE_FLAGS= gphoto2_LDFLAGS=
FAKE_FLAGS= gphoto2_LDFLAGS= DESTDIR=${WRKINST}
LIB_DEPENDS= gphoto2,gphoto2_port::graphics/libgphoto2 \
jpeg::graphics/jpeg \
popt::devel/popt
.include <bsd.port.mk>