diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 19:21:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 19:21:43 +0000 |
commit | efb93b17bd48d49105d00f52887445a53f7cd60b (patch) | |
tree | c69c41be2f3b44bedceeee7e348c2ae58c476c6a /graphics/gphoto2 | |
parent | 653dc760d3901b3c7e67803c589352e8353a5030 (diff) | |
download | pkgsrc-efb93b17bd48d49105d00f52887445a53f7cd60b.tar.gz |
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 2 | ||||
-rw-r--r-- | graphics/gphoto2/PLIST | 2 | ||||
-rw-r--r-- | graphics/gphoto2/buildlink2.mk | 20 | ||||
-rw-r--r-- | graphics/gphoto2/distinfo | 2 |
4 files changed, 23 insertions, 3 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 03f5d65b5da..b2bcc0d658b 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/07/12 21:22:21 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/25 19:22:49 jlam Exp $ DISTNAME= gphoto2-2.1.0 PKGNAME= gphoto-2.1.0 diff --git a/graphics/gphoto2/PLIST b/graphics/gphoto2/PLIST index 2f4c81c6f6a..0cf4b728316 100644 --- a/graphics/gphoto2/PLIST +++ b/graphics/gphoto2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/07/12 21:22:21 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/08/25 19:22:49 jlam Exp $ bin/gphoto2 bin/gphoto2-config bin/gphoto2-port-config diff --git a/graphics/gphoto2/buildlink2.mk b/graphics/gphoto2/buildlink2.mk new file mode 100644 index 00000000000..cbe5f141e8d --- /dev/null +++ b/graphics/gphoto2/buildlink2.mk @@ -0,0 +1,20 @@ +# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:22:49 jlam Exp $ + +.if !defined(GPHOTO2_BUILDLINK2_MK) +GPHOTO2_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= gphoto2 +BUILDLINK_DEPENDS.gphoto2?= gphoto>=2.0 +BUILDLINK_PKGSRCDIR.gphoto2?= ../../graphics/gphoto2 + +EVAL_PREFIX+= BUILDLINK_PREFIX.gphoto2=gphoto2 +BUILDLINK_PREFIX.gphoto2= ${LOCALBASE} +BUILDLINK_FILES.gphoto2= include/gphoto2/*.h +BUILDLINK_FILES.gphoto2+= lib/libgphoto2.* +BUILDLINK_FILES.gphoto2+= lib/libgphoto2_port.* + +BUILDLINK_TARGETS+= gphoto2-buildlink + +gphoto2-buildlink: _BUILDLINK_USE + +.endif # GPHOTO2_BUILDLINK2_MK diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index 2b339ebc26b..481d1b065b3 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/07/12 21:22:21 mycroft Exp $ +$NetBSD: distinfo,v 1.5 2002/08/25 19:22:49 jlam Exp $ SHA1 (gphoto2-2.1.0.tar.gz) = 3ce3280dd90912d8a72b4d7586cff402e5157450 Size (gphoto2-2.1.0.tar.gz) = 2137982 bytes |