summaryrefslogtreecommitdiff
path: root/games/pentix/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-10 03:44:52 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-10 03:44:52 +0000
commit927f729f3918f383f998a3de80040899cda85883 (patch)
tree49f86418fa23ce48251be69c11d5c1396d1910de /games/pentix/Makefile
parentInitial import of games/pentix v2.4 (diff)
Initial import of games/pentix v2.4
Modified the port to respect ${PREFIX} PR: 21868 Submitted by: Andrey Tchoritch <andy@venus.sympad.net>
Notes
Notes: svn path=/head/; revision=33643
Diffstat (limited to 'games/pentix/Makefile')
-rw-r--r--games/pentix/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/pentix/Makefile b/games/pentix/Makefile
new file mode 100644
index 000000000000..47a7c2c6564d
--- /dev/null
+++ b/games/pentix/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: pentix
+# Date created: 19 Sep 2000
+# Whom: andy
+#
+# $FreeBSD$
+#
+
+PORTNAME= pentix
+PORTVERSION= 2.4
+CATEGORIES= games
+MASTER_SITES= http://www.sympad.net/~andy/pentix/
+
+MAINTAINER= andy@sympad.net
+
+ALL_TARGET= pentix
+
+MAN1= pentix.1
+
+.include <bsd.port.mk>