convert to tcl.port.mk, fixes RUN_DEPENDS
This commit is contained in:
parent
1e71e2ac86
commit
ff6f4e56db
@ -1,27 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/15 20:59:36 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2009/03/18 19:45:02 sthen Exp $
|
||||
|
||||
COMMENT= pure-Tcl implementation of XML parser
|
||||
|
||||
DISTNAME= TclXML-1.2.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTER_SITES= ftp://ftp.zveno.com/TclXML/
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
# custom
|
||||
# custom
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :tcl-8.4.*:lang/tcl/8.4
|
||||
MODULES= lang/tcl
|
||||
MODTCL_VERSION= 8.4
|
||||
RUN_DEPENDS= ${MODTCL_RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
INSTDIR= ${PREFIX}/lib/tcl8.4/TclXML
|
||||
INSTDIR= ${WRKINST}/${MODTCL_LIBDIR}/TclXML
|
||||
DOCDIR= ${PREFIX}/share/doc/TclXML
|
||||
|
||||
do-install:
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:44:00 espie Exp $
|
||||
lib/tcl8.4/TclXML/
|
||||
lib/tcl8.4/TclXML/pkgIndex.tcl
|
||||
lib/tcl8.4/TclXML/sgml.tcl
|
||||
lib/tcl8.4/TclXML/xml.tcl
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/03/18 19:45:02 sthen Exp $
|
||||
lib/tcl${MODTCL_VERSION}/TclXML/
|
||||
lib/tcl${MODTCL_VERSION}/TclXML/pkgIndex.tcl
|
||||
lib/tcl${MODTCL_VERSION}/TclXML/sgml.tcl
|
||||
lib/tcl${MODTCL_VERSION}/TclXML/xml.tcl
|
||||
share/doc/TclXML/
|
||||
share/doc/TclXML/reference.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user