1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/docbook-310/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
902 B
Makefile

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