Convert to buildlink3.
This commit is contained in:
parent
818b08c1da
commit
261c657eab
4 changed files with 29 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2004/03/31 19:10:30 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2004/05/10 01:49:05 blef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= freevo-1.4.1
|
||||
|
@ -10,8 +10,9 @@ HOMEPAGE= http://freevo.sourceforge.net/
|
|||
COMMENT= Fancy-lookging digital video jukebox
|
||||
|
||||
DEPENDS+= mplayer>=1.0rc3:../../multimedia/mplayer
|
||||
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_BUILDLINK3= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
|
@ -35,10 +36,9 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/local_conf.py.example \
|
||||
${PKG_SYSCONFDIR}/local_conf.py
|
||||
|
||||
.include "../../wip/py-game/buildlink2.mk"
|
||||
.include "../../net/py-twisted/buildlink2.mk"
|
||||
.include "../../wip/py-mmpython/buildlink2.mk"
|
||||
.include "../../textproc/py-xml/buildlink2.mk"
|
||||
.include "../../graphics/py-imaging/buildlink2.mk"
|
||||
.include "../../wip/py-game/buildlink3.mk"
|
||||
.include "../../wip/py-mmpython/buildlink3.mk"
|
||||
.include "../../textproc/py-xml/buildlink3.mk"
|
||||
.include "../../graphics/py-imaging/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/04 10:47:24 mpasternak Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/05/10 01:48:50 blef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mmpython-0.3
|
||||
|
@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl
|
|||
HOMEPAGE= http://mmpython.sourceforge.net/
|
||||
COMMENT= Extract text information from mp3, ogg, avi, jpg and more
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_BUILDLINK3= yes
|
||||
PY_PATCHPLIST= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/01/04 10:47:24 mpasternak Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use ${PYPKGPREFIX}-mmpython.
|
||||
#
|
||||
|
||||
.if !defined(PY_MMPYTHON_BUILDLINK2_MK)
|
||||
PY_MMPYTHON_BUILDLINK2_MK= # defined
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_PACKAGES+= ${PYPKGPREFIX}-mmpython
|
||||
BUILDLINK_DEPENDS.${PYPKGPREFIX}-mmpython?= ${PYPKGPREFIX}-mmpython>=0.3
|
||||
BUILDLINK_PKGSRCDIR.${PYPKGPREFIX}-mmpython?= ../../wip/py-mmpython
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.${PYPKGPREFIX}-mmpython=${PYPKGPREFIX}-mmpython
|
||||
BUILDLINK_PREFIX.${PYPKGPREFIX}-mmpython_DEFAULT= ${LOCALBASE}
|
||||
|
||||
BUILDLINK_TARGETS+= ${PYPKGPREFIX}-mmpython-buildlink
|
||||
|
||||
${PYPKGPREFIX}-mmpython-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # PY_MMPYTHON_BUILDLINK2_MK
|
20
py-mmpython/buildlink3.mk
Normal file
20
py-mmpython/buildlink3.mk
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/05/10 01:48:51 blef Exp $
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
PY_MMPYTHON_BUILDLINK3_MK:= ${PY_MMPYTHON_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= pymmpython
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npymmpython}
|
||||
BUILDLINK_PACKAGES+= pymmpython
|
||||
|
||||
.if !empty(PY_MMPYTHON_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.pymmpython+= ${PYPKGPREFIX}-mmpython>=0.3
|
||||
BUILDLINK_PKGSRCDIR.pymmpython?= ../../wip/py-mmpython
|
||||
.endif # PY_MMPYTHON_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue