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