pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libspectrum Add new buildlink3.mk.
details: https://anonhg.NetBSD.org/pkgsrc/rev/316e3769c0d9
branches: trunk
changeset: 469604:316e3769c0d9
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Feb 25 18:49:36 2004 +0000
description:
Add new buildlink3.mk.
diffstat:
emulators/libspectrum/buildlink3.mk | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r d32c8208da79 -r 316e3769c0d9 emulators/libspectrum/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libspectrum/buildlink3.mk Wed Feb 25 18:49:36 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/25 18:49:36 minskim Exp $
+#
+# This Makefile fragment is included by packages that use libspectrum.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBSPECTRUM_BUILDLINK3_MK:= ${LIBSPECTRUM_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libspectrum
+.endif
+
+.if !empty(LIBSPECTRUM_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= libspectrum
+BUILDLINK_DEPENDS.libspectrum+= libspectrum>=0.2.1
+BUILDLINK_PKGSRCDIR.libspectrum?= ../../emulators/libspectrum
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+
+.endif # LIBSPECTRUM_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index