summaryrefslogtreecommitdiff
path: root/games/crossfire-client-gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/crossfire-client-gtk2/Makefile')
-rw-r--r--games/crossfire-client-gtk2/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/crossfire-client-gtk2/Makefile b/games/crossfire-client-gtk2/Makefile
new file mode 100644
index 00000000000..46048ea9084
--- /dev/null
+++ b/games/crossfire-client-gtk2/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 05:58:41 adam Exp $
+
+.include "../../games/crossfire-client/Makefile.common"
+
+PKGNAME= crossfire-client-gtk2-${CROSSFIRE_VERSION}
+COMMENT= Multi-player graphical arcade and adventure game; GTK2 client
+
+INSTALL_DIRS= gtk-v2
+
+USE_TOOLS+= pkg-config
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"