summaryrefslogtreecommitdiff
path: root/textproc/align/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-30 01:37:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-30 01:37:02 +0000
commit6395a3db8db65e854e57550b81cf1aff39e5b393 (patch)
tree04499188389101cbf0af1da61e283a7bd1e6cfda /textproc/align/Makefile
parent(Comment for previous committing) (diff)
add align
Text column alignment filter
Notes
Notes: svn path=/head/; revision=49350
Diffstat (limited to 'textproc/align/Makefile')
-rw-r--r--textproc/align/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile
new file mode 100644
index 000000000000..248c5e0ce41d
--- /dev/null
+++ b/textproc/align/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: align
+# Date created: Oct 30, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= align
+PORTVERSION= 1.3.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/align/
+
+MAINTAINER= ports@FreeBSD.org
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/align ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/width ${PREFIX}/bin
+
+.include <bsd.port.mk>