aboutsummaryrefslogtreecommitdiff
path: root/textproc/replaceit/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-24 19:21:32 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-24 19:21:32 +0000
commit8e17bd72105aea569554853e90b5fafa02bf161c (patch)
tree28a314f5450dcbfadf59271b880fbfcadf0f18ba /textproc/replaceit/Makefile
parentabf557dacc98b0c0b91bb14d96beaf3746cb583e (diff)
downloadports-8e17bd72105aea569554853e90b5fafa02bf161c.tar.gz
ports-8e17bd72105aea569554853e90b5fafa02bf161c.zip
Notes
Diffstat (limited to 'textproc/replaceit/Makefile')
-rw-r--r--textproc/replaceit/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/replaceit/Makefile b/textproc/replaceit/Makefile
new file mode 100644
index 000000000000..8136630355fc
--- /dev/null
+++ b/textproc/replaceit/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: replaceit
+# Date created: Fri Aug 17 20:15:02 EDT 2001
+# Whom: Patrick Li <pat@databits.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= replaceit
+PORTVERSION= 1.0.0
+CATEGORIES= textproc
+MASTER_SITES= http://pldaniels.com/replaceit/
+
+MAINTAINER= pat@databits.net
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
+
+.include <bsd.port.mk>