pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/compface bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c0fc0632357
branches: trunk
changeset: 468521:6c0fc0632357
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 14 18:08:44 2004 +0000
description:
bl3ify
diffstat:
graphics/compface/Makefile | 4 ++--
graphics/compface/buildlink3.mk | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r fa5b61081257 -r 6c0fc0632357 graphics/compface/Makefile
--- a/graphics/compface/Makefile Sat Feb 14 18:04:41 2004 +0000
+++ b/graphics/compface/Makefile Sat Feb 14 18:08:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/24 15:46:43 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/14 18:08:44 minskim Exp $
DISTNAME= compface-1.4
CATEGORIES= graphics
@@ -10,7 +10,7 @@
CONFLICTS= faces-[0-9]*
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
GNU_CONFIGURE= # defined
USE_GNU_TOOLS+= make
diff -r fa5b61081257 -r 6c0fc0632357 graphics/compface/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/compface/buildlink3.mk Sat Feb 14 18:08:44 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/14 18:08:44 minskim Exp $
+#
+# This Makefile fragment is included by packages that use compface.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+COMPFACE_BUILDLINK3_MK:= ${COMPFACE_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= compface
+.endif
+
+.if !empty(COMPFACE_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= compface
+BUILDLINK_DEPENDS.compface+= compface>=1.4
+BUILDLINK_PKGSRCDIR.compface?= ../../graphics/compface
+
+.endif # COMPFACE_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index