summaryrefslogtreecommitdiff
path: root/textproc/html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/html/Makefile')
-rw-r--r--textproc/html/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile
new file mode 100644
index 000000000000..b242dbc0c946
--- /dev/null
+++ b/textproc/html/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: html
+# Version required: 4.0
+# Date created: Sept 19, 1997
+# Whom: jfieber
+#
+# $Id$
+#
+
+DISTNAME= html-4.0
+CATEGORIES= textproc
+MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
+
+MAINTAINER= jfieber@FreeBSD.ORG
+
+NO_MTREE= yes
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_WRKSUBDIR= yes
+
+INSTDIR= ${PREFIX}/share/sgml/html
+
+pre-install:
+ @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
+
+do-install:
+ @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r)
+ @chmod ${SHAREMODE} `find ${INSTDIR} -type f`
+ @chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
+
+.include <bsd.port.mk>