summaryrefslogtreecommitdiff
path: root/x11/gnustep-preferences
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2005-05-16 09:40:20 +0000
committerrh <rh@pkgsrc.org>2005-05-16 09:40:20 +0000
commit33bfd4dada74c9b2c6e3ba62e828d7e4c64c40c3 (patch)
tree6225ff9e3d3125e87486533ec297c149dbcd81f0 /x11/gnustep-preferences
parentffade425100fa9ac2465364283c02d3ef0861cee (diff)
downloadpkgsrc-33bfd4dada74c9b2c6e3ba62e828d7e4c64c40c3.tar.gz
Add a buildlink3.mk file
Diffstat (limited to 'x11/gnustep-preferences')
-rw-r--r--x11/gnustep-preferences/buildlink3.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnustep-preferences/buildlink3.mk b/x11/gnustep-preferences/buildlink3.mk
new file mode 100644
index 00000000000..e712c5187a4
--- /dev/null
+++ b/x11/gnustep-preferences/buildlink3.mk
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/05/16 09:40:20 rh Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GNUSTEP_PREFERENCES_BUILDLINK3_MK:= ${GNUSTEP_PREFERENCES_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gnustep-preferences
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnustep-preferences}
+BUILDLINK_PACKAGES+= gnustep-preferences
+
+.if !empty(GNUSTEP_PREFERENCES_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gnustep-preferences+= gnustep-preferences>=1.2.0
+BUILDLINK_PKGSRCDIR.gnustep-preferences?= ../../x11/gnustep-preferences
+.endif # GNUSTEP_PREFERENCES_BUILDLINK3_MK
+
+#.include "../../x11/gnustep-back/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}