summaryrefslogtreecommitdiff
path: root/games/xtrojka/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-29 05:49:38 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-29 05:49:38 +0000
commitb671ad5dfe1aa9fcdbff3000530079d5acb03061 (patch)
tree1ec8f7ee92b2d059f19a30cd78a621ec2913fa93 /games/xtrojka/Makefile
parentRemove share/locale directories. (diff)
Add xtrojka, a skill game similar to T*tris.
PR: 17547 Submitted by: Edwin Mons <e@ik.nu>
Notes
Notes: svn path=/head/; revision=28908
Diffstat (limited to 'games/xtrojka/Makefile')
-rw-r--r--games/xtrojka/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/xtrojka/Makefile b/games/xtrojka/Makefile
new file mode 100644
index 000000000000..52e18d02f4be
--- /dev/null
+++ b/games/xtrojka/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: xtrojka
+# Date created: 22 march 2000
+# Whom: Edwin Mons
+#
+# $FreeBSD$
+#
+
+PORTNAME= xtrojka
+PORTVERSION= 1.1
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= e@ik.nu
+
+WRKSRC= ${WRKDIR}
+MAN6= xtrojka.6
+MANCOMPRESSED= yes
+USE_XLIB= yes
+
+pre-install:
+ @exec mkdirhier ${PREFIX}/share/xtrojka
+
+post-install:
+ strip ${PREFIX}/bin/xtrojka
+
+.include <bsd.port.mk>