summaryrefslogtreecommitdiff
path: root/textproc/par/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/par/Makefile')
-rw-r--r--textproc/par/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/par/Makefile b/textproc/par/Makefile
new file mode 100644
index 00000000000..f4f104ed46e
--- /dev/null
+++ b/textproc/par/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: Par
+# Version required: 1.50
+# Date created: 6 Aug 1997
+# Whom: mark@grondar.za
+#
+# FreeBSD Id: Makefile,v 1.2 1997/08/13 06:33:51 asami Exp
+#
+
+DISTNAME= Par150
+PKGNAME= par-1.50
+CATEGORIES= textproc
+MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
+
+MAINTAINER= mark@grondar.za
+
+ALL_TARGET=
+MAN1= par.1
+
+do-configure:
+ (cd ${WRKSRC}; ${CP} protoMakefile Makefile)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>