summaryrefslogtreecommitdiff
path: root/games/xboing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xboing/Makefile')
-rw-r--r--games/xboing/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
new file mode 100644
index 00000000000..a716a8318ae
--- /dev/null
+++ b/games/xboing/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 1998/08/18 09:25:16 frueauf Exp $
+#
+
+DISTNAME= xboing2.4
+PKGNAME= xboing-2.4
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games
+
+MAINTAINER= root@garbled.net
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+WRKSRC= ${WRKDIR}/xboing
+NO_INSTALL_MANPAGES= yes
+USE_IMAKE= yes
+
+post-install:
+ chown bin:games ${X11BASE}/bin/xboing
+ chmod 2755 ${X11BASE}/bin/xboing
+ ${INSTALL_MAN} ${WRKSRC}/xboing.man ${X11BASE}/man/man6/xboing.6
+
+.include "../../mk/bsd.pkg.mk"