bl3ify
This commit is contained in:
parent
acec62100a
commit
844dfc5d02
2 changed files with 25 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2003/08/09 10:53:29 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2004/02/21 14:46:50 minskim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= plotutils-2.4.1
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Programs and library for plotting scientific data
|
|||
|
||||
CONFLICTS+= plotutils-nox11-[0-9]*
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
USE_BUILDLINK3= YES
|
||||
USE_GCC_SHLIB= YES
|
||||
USE_X11= YES
|
||||
|
||||
|
@ -24,5 +24,5 @@ CONFIGURE_ARGS+= --enable-libplotter
|
|||
USE_LIBTOOL= YES
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
|
||||
|
||||
.include "../../graphics/png/buildlink2.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
22
graphics/plotutils/buildlink3.mk
Normal file
22
graphics/plotutils/buildlink3.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/02/21 14:46:50 minskim Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use plotutils.
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
PLOTUTILS_BUILDLINK3_MK:= ${PLOTUTILS_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= plotutils
|
||||
.endif
|
||||
|
||||
.if !empty(PLOTUTILS_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= plotutils
|
||||
BUILDLINK_DEPENDS.plotutils+= plotutils>=2.4.1nb2
|
||||
BUILDLINK_PKGSRCDIR.plotutils?= ../../graphics/plotutils
|
||||
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
|
||||
.endif # PLOTUTILS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue