summaryrefslogtreecommitdiff
path: root/textproc/gxditview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gxditview/Makefile')
-rw-r--r--textproc/gxditview/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile
new file mode 100644
index 000000000000..776ba2c55c77
--- /dev/null
+++ b/textproc/gxditview/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gxditview
+# Version required: 1.10
+# Date created: 24 June 1998
+# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
+#
+# $Id$
+#
+
+# Same version as the contrib groff sources...
+DISTNAME= gxditview-1.10
+CATEGORIES= textproc
+DISTFILES= # none
+
+MAINTAINER= dom@myrddin.demon.co.uk
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+GXDVSRC?= /usr/src/contrib/groff/xditview
+
+do-extract:
+ @if [ ! -d ${GXDVSRC} ]; then \
+ ${ECHO} "You need the gxditview source in"; \
+ ${ECHO} "${GXDVSRC}"; \
+ ${ECHO} "to build this port."; \
+ exit 1; \
+ fi
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKSRC}
+ ${CP} -rp ${GXDVSRC}/* ${WRKSRC}
+
+.include <bsd.port.mk>