diff options
author | rh <rh@pkgsrc.org> | 1999-03-14 16:15:52 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-03-14 16:15:52 +0000 |
commit | 2b86360eb7819b148e27adc29442fffb17c5fc83 (patch) | |
tree | abc603c91d264c148d95bdc010aeb7ddda164676 /textproc/iso12083/Makefile | |
parent | 9cbf0f7455035845a4c45e052399ae798dc68cb3 (diff) | |
download | pkgsrc-2b86360eb7819b148e27adc29442fffb17c5fc83.tar.gz |
Initial import of the FreeBSD port for the iso12083 SGML DTDs from
The Electronic Publishing Special Interest Group
Diffstat (limited to 'textproc/iso12083/Makefile')
-rw-r--r-- | textproc/iso12083/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile new file mode 100644 index 00000000000..69897880fdc --- /dev/null +++ b/textproc/iso12083/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: iso12083 +# Version required: 1993 +# Date created: July 9, 1997 +# Whom: jfieber +# +# $Id: Makefile,v 1.1.1.1 1999/03/14 16:15:52 rh Exp $ +# + +DISTNAME= iso12083-1993 +CATEGORIES= textproc +MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ +DISTFILES= article.dtd book.dtd maths.dtd serial.dtd + +MAINTAINER= jfieber@FreeBSD.ORG + +DIST_SUBDIR= iso12083 + +NO_MTREE= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes +EXTRACT_ONLY= # empty + +INSTDIR= ${PREFIX}/share/sgml/iso12083 + +pre-install: + @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} + +do-install: + @for i in ${DISTFILES}; do \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${INSTDIR}/$$i; \ + done + @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog + +.include <bsd.port.mk> |