summaryrefslogtreecommitdiff
path: root/games/xword/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-01 19:06:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-01 19:06:56 +0000
commitcf439dd621d9cf34d0feba802602542511c06d43 (patch)
tree34dc7fe390053caa86254613dda148a216305304 /games/xword/Makefile
parentMake sure the build includes the local .h files before /usr/local/include. (diff)
add xword 0.07
A crossword puzzle application
Notes
Notes: svn path=/head/; revision=69263
Diffstat (limited to 'games/xword/Makefile')
-rw-r--r--games/xword/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xword/Makefile b/games/xword/Makefile
new file mode 100644
index 000000000000..77ebc0241c0d
--- /dev/null
+++ b/games/xword/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: xword
+# Date created: Nov 1, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xword
+PORTVERSION= 0.07
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>