# New ports collection makefile for: docbook-300 # Date created: 7 April 1999 # Whom: nik # # Based heavily on work by jfieber # # $FreeBSD$ # PORTNAME= docbook PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.ora.com/pub/davenport/ DISTFILES= docbk30.tar.Z EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= V3.0 of the DocBook DTD, designed for technical documentation RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr NO_MTREE= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} PLIST_SUB+= DTD_VERSION=${PORTVERSION} PLIST_SUB+= XMLCATMGR=${XMLCATMGR} PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} INSTDIR= ${PREFIX}/share/sgml/docbook ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports LATEST_LINK= docbook-${PORTVERSION} pre-su-install: @[ -d ${INSTDIR}/${PORTVERSION} ] || ${MKDIR} ${INSTDIR}/${PORTVERSION} do-install: @zcat ${DISTDIR}/docbk30.tar.Z | \ (cd ${INSTDIR}/${PORTVERSION}; ${PAX} -r) @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/${PORTVERSION}/catalog @${ECHO_CMD} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/${PORTVERSION}/catalog @${CHMOD} ${SHAREMODE} ${INSTDIR}/${PORTVERSION}/* @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} post-install: @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/${PORTVERSION}/catalog .include .3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/news/p5-News-Article
Commit message (Expand)AuthorAgeFilesLines
* Remove Perl core modulessunpoet2017-07-012-7/+8
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-141-7/+3
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-5/+1
* support STAGEDIR.vanilla2013-11-052-6/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkaz2013-07-311-1/+2
* Finish converting perl@ ports to new Options Frameworkbapt2012-10-051-9/+7