pkgsrc/security/seahorse/buildlink3.mk
drochner bee397dfa7 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
2006-03-14 15:00:57 +00:00

42 lines
1.5 KiB
Makefile

# $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/+$//}