summaryrefslogtreecommitdiff
path: root/textproc/unroff/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-31 12:51:46 +0000
committeragc <agc@pkgsrc.org>1998-03-31 12:51:46 +0000
commitf532fb058842685485c0b8e5a96bcbc20ee0b1f2 (patch)
treea04c57c7ae0b7c578c098ab73f6fbff9c692ae10 /textproc/unroff/Makefile
parent88b64fc31b85456baea81d40bedbfda6c9a65e86 (diff)
downloadpkgsrc-f532fb058842685485c0b8e5a96bcbc20ee0b1f2.tar.gz
Initial import of unroff-1.0.2, a troff-like text formatter which can
output html, into the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'textproc/unroff/Makefile')
-rw-r--r--textproc/unroff/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
new file mode 100644
index 00000000000..4ae7e08af47
--- /dev/null
+++ b/textproc/unroff/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: unroff
+# Version required: 1.0
+# Date created: 18 Feb 1996
+# Whom: Thomas Gellekum <tg@freebsd.org>
+#
+# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
+#
+
+DISTNAME= unroff-1.0
+PKGNAME= unroff-1.0.2
+CATEGORIES= textproc
+MASTER_SITES= ${UNROFF_SITE}/dist/ \
+ ${UNROFF_SITE}/contrib/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2}
+
+MAINTAINER= wosch@freebsd.org
+
+RUN_DEPENDS= elk:${PORTSDIR}/lang/elk
+BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk
+
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+DIST_SUBDIR= unroff
+PATCH_STRIP= -p1
+
+UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff
+PATCH1= me-misc-patch
+PATCH2= misc-patch-2
+
+pre-patch:
+ @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}"
+ @(cd ${_DISTDIR}; \
+ if [ ${PATCH_DEBUG_TMP} = yes ]; then \
+ ${ECHO_MSG} "===> Applying distribution patch ${PATCH1}" ; \
+ fi; \
+ ${PATCH} ${PATCH_DIST_ARGS} -p0 < ${PATCH1}; \
+ if [ ${PATCH_DEBUG_TMP} = yes ]; then \
+ ${ECHO_MSG} "===> Applying distribution patch ${PATCH2}" ; \
+ fi; \
+ ${PATCH} ${PATCH_DIST_ARGS} -p1 < ${PATCH2})
+
+.include <bsd.port.mk>