bl3ify
This commit is contained in:
parent
6b444a074a
commit
b3e2bbc563
2 changed files with 30 additions and 4 deletions
|
@ -1,22 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.16 2003/11/03 10:51:46 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2004/02/14 04:43:48 dmcmahill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgdgeda-2.0.15
|
||||
CATEGORIES= graphics
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/
|
||||
|
||||
MAINTAINER= dmcmahill@NetBSD.org
|
||||
HOMEPAGE= http://www.geda.seul.org/
|
||||
COMMENT= Modified version of the gd packages for use with gEDA
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME}
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_BUILDLINK2= YES
|
||||
USE_BUILDLINK3= YES
|
||||
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
||||
.include "../../graphics/png/buildlink2.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
24
graphics/libgdgeda/buildlink3.mk
Normal file
24
graphics/libgdgeda/buildlink3.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/02/14 04:43:48 dmcmahill Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use libgdgeda.
|
||||
#
|
||||
# This file was created automatically using createbuildlink-3.1.
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBGDGEDA_BUILDLINK3_MK:= ${LIBGDGEDA_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= libgdgeda
|
||||
.endif
|
||||
|
||||
.if !empty(LIBGDGEDA_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= libgdgeda
|
||||
BUILDLINK_DEPENDS.libgdgeda+= libgdgeda>=2.0.15
|
||||
BUILDLINK_PKGSRCDIR.libgdgeda?= ../../graphics/libgdgeda
|
||||
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
|
||||
.endif # LIBGDGEDA_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue