diff options
author | wiz <wiz> | 2002-12-24 16:18:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-24 16:18:14 +0000 |
commit | a6a4c265fbe52f9cc07d5b8e0fa314e1477525cd (patch) | |
tree | 955955f775cdfda49dc5e0cd6352218fea558f92 /devel/libgphoto2/Makefile | |
parent | c35d266c3afb6c3f12e73abb35b4f9e1a4a0a712 (diff) | |
download | pkgsrc-a6a4c265fbe52f9cc07d5b8e0fa314e1477525cd.tar.gz |
Initial import of libgphoto2 -- the libraries for gphoto2.
Diffstat (limited to 'devel/libgphoto2/Makefile')
-rw-r--r-- | devel/libgphoto2/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile new file mode 100644 index 00000000000..54a50e5d6b6 --- /dev/null +++ b/devel/libgphoto2/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/24 16:18:14 wiz Exp $ +# + +DISTNAME= libgphoto2-2.1.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://gphoto.sourceforge.net/proj/libgphoto2/ +COMMENT= digital camera access library + +CONFLICTS+= gphoto<2.1.1 + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgphoto2/libgphoto2.pc.in +USE_PKGLOCALEDIR= YES +GNU_CONFIGURE= YES + +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/libusb/buildlink2.mk" +.include "../../graphics/libexif/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |