Convert to buildlink3.
This commit is contained in:
parent
1805b08d2c
commit
ebbd33f061
4 changed files with 8 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/01/02 02:59:56 mpasternak Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/05/09 23:40:26 blef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= EditObj-0.5.3
|
||||
|
@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl
|
|||
HOMEPAGE= http://oomadness.tuxfamily.org/en/editobj/
|
||||
COMMENT= useful tool for writing (text or non-text) editors of all kinds in Python
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_BUILDLINK3= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1 2004/01/02 03:13:38 mpasternak Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use py-EditObj.
|
||||
#
|
||||
|
||||
.if !defined(PY_EDITOBJ_BUILDLINK2_MK)
|
||||
PY_EDITOBJ_BUILDLINK2_MK= # defined
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_PACKAGES+= ${PYPKGPREFIX}-EditObj
|
||||
BUILDLINK_DEPENDS.${PYPKGPREFIX}-EditObj?= ${PYPKGPREFIX}-EditObj>=0.5.3
|
||||
BUILDLINK_PKGSRCDIR.${PYPKGPREFIX}-EditObj?= ../../wip/py-EditObj
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.${PYPKGPREFIX}-EditObj=${PYPKGPREFIX}-EditObj
|
||||
BUILDLINK_PREFIX.${PYPKGPREFIX}-EditObj_DEFAULT= ${LOCALBASE}
|
||||
|
||||
BUILDLINK_TARGETS+= ${PYPKGPREFIX}-EditObj-buildlink
|
||||
|
||||
${PYPKGPREFIX}-EditObj-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # PY_EDITOBJ_BUILDLINK2_MK
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/11/22 12:05:48 mpasternak Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/05/09 23:42:23 blef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Genetic-0.1.1
|
||||
|
@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl
|
|||
HOMEPAGE= http://oomadness.tuxfamily.org/en/genetic/index.html
|
||||
COMMENT= A package for genetic algorithms in Python.
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_BUILDLINK3= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/01/10 17:48:39 cjep Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/05/09 23:40:46 blef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Songwrite-0.12
|
||||
|
@ -10,7 +10,9 @@ MAINTAINER= dotz@irc.pl
|
|||
HOMEPAGE= http://oomadness.tuxfamily.org/en/songwrite/index.html
|
||||
COMMENT= Tablature (guitar partition) editor
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
DEPENDS+= ${PYPKGPREFIX}-EditObj-[0-9]*:../../wip/py-EditObj
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
|
@ -29,7 +31,6 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/$$a ${PREFIX}/share/songwrite/$$a; \
|
||||
done
|
||||
|
||||
.include "../../wip/py-EditObj/buildlink2.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue