summaryrefslogtreecommitdiff
path: root/sysutils/thefish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/thefish/Makefile')
-rw-r--r--sysutils/thefish/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
new file mode 100644
index 000000000000..540ea1654e5d
--- /dev/null
+++ b/sysutils/thefish/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: thefish
+# Date created: Sat Mar 16 17:49:09 CET 2002
+# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= thefish
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://energyhq.homeip.net/files/
+
+MAINTAINER= flynn@energyhq.homeip.net
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+
+MAN1= thefish.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>