diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-14 15:00:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-14 15:00:57 +0000 |
commit | bee397dfa7bad22348df50f56ed742dc0460cccc (patch) | |
tree | 298df9a552aeb5f4610941ba0d96eb4c0a4a48a1 /security/seahorse/buildlink3.mk | |
parent | 50272f865e88335b2631410c571af391152b65d2 (diff) | |
download | pkgsrc-bee397dfa7bad22348df50f56ed742dc0460cccc.tar.gz |
update to 0.8.1
changes:
* Better HKP support for strange key servers.
* Updated gedit plugin to work with gedit 2.14
* Fixed signing of keys with GPG 1.4.2 [Daniel Rodriguez Garcia]
* Fixed some minor packaging and build problems.
* Many smaller fixes.
pkgsrc changes:
-don't build nautilus plugin to limit dependencies
(will be provided in a separate pkg)
-remove some more unneeded dependencies
-prepare for the gedit plugin as a separate pkg
Diffstat (limited to 'security/seahorse/buildlink3.mk')
-rw-r--r-- | security/seahorse/buildlink3.mk | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk new file mode 100644 index 00000000000..463085b061a --- /dev/null +++ b/security/seahorse/buildlink3.mk @@ -0,0 +1,42 @@ +# $NetBSD: buildlink3.mk,v 1.1 2006/03/14 15:00:57 drochner Exp $ +# XXX +# XXX This file was created automatically using createbuildlink-3.10. +# XXX After this file has been verified as correct, the comment lines +# XXX beginning with "XXX" should be removed. Please do not commit +# XXX unverified buildlink3.mk files. +# XXX +# XXX Packages that only install static libraries or headers should +# XXX include the following line: +# XXX +# XXX BUILDLINK_DEPMETHOD.seahorse?= build + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +SEAHORSE_BUILDLINK3_MK:= ${SEAHORSE_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= seahorse +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nseahorse} +BUILDLINK_PACKAGES+= seahorse + +.if !empty(SEAHORSE_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.seahorse+= seahorse>=0.8.1 +BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse +.endif # SEAHORSE_BUILDLINK3_MK + +# XXX +# XXX Uncomment and keep only the buildlink3 lines below which are directly +# XXX needed for dependencies to compile, link, and run. If this package +# XXX provides a wrappered API or otherwise does not expose the APIs of the +# XXX buildlink3 lines below to dependencies, remove them. +# XXX +#.include "../../databases/gnome-mime-data/buildlink3.mk" +#.include "../../devel/libglade2/buildlink3.mk" +#.include "../../devel/libgnomeui/buildlink3.mk" +#.include "../../net/libsoup-devel/buildlink3.mk" +#.include "../../security/gpgme/buildlink3.mk" +#.include "../../sysutils/gnome-vfs2/buildlink3.mk" +#.include "../../x11/gtk2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |