summaryrefslogtreecommitdiff
path: root/games/xword/Makefile
diff options
context:
space:
mode:
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>