1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/textproc/docbook-410/Makefile
Nik Clayton aba308616a Fix DISTFILE fennerage. I'm only the MAINTAINER for docbook-310, but the
other docbook-* ports were broken in the same way, so I've taken the
liberty of updating the URL for all of them -- it looks as though OASIS
have fallen over, so point these at docbook.org for the time being.
2000-09-07 19:36:11 +00:00

40 lines
894 B
Makefile

# New ports collection makefile for: docbook-410
# Date created: 26 June 2000
# Whom: murray
#
# Based on nik's docbook-310 port
#
# $FreeBSD$
#
PORTNAME= docbook
PORTVERSION= 4.1
CATEGORIES= textproc
MASTER_SITES= http://www.docbook.org/sgml/4.1/
DISTNAME= docbk41
EXTRACT_ONLY= # empty
MAINTAINER= murray@freebsd.org
RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879
USE_ZIP= yes
NO_MTREE= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
INSTDIR= ${PREFIX}/share/sgml/docbook
ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
pre-install:
@[ -d ${INSTDIR}/4.1 ] || ${MKDIR} ${INSTDIR}/4.1
do-install:
@unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/4.1
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/4.1/catalog
@${ECHO} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/4.1/catalog
@${CHMOD} ${SHAREMODE} ${INSTDIR}/4.1/*
@${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>