Merge from vendor branch TNF:
[pkgsrc.git] / games / xboing / Makefile
1 # $NetBSD: Makefile,v 1.3 1999/04/15 20:39:42 tron Exp $
2 #
3
4 DISTNAME=               xboing2.4
5 PKGNAME=                xboing-2.4
6 CATEGORIES=             games x11
7 MASTER_SITES=           ${MASTER_SITE_XCONTRIB:=games/}
8
9 MAINTAINER=             root@garbled.net
10 HOMEPAGE=               http://www.catt.rmit.edu.au/xboing/xboing.html
11
12 DEPENDS+=               xpm-3.4k:../../graphics/xpm
13
14 WRKSRC=                 ${WRKDIR}/xboing
15 NO_INSTALL_MANPAGES=    yes
16 USE_IMAKE=              yes
17
18 post-install:
19         ${CHOWN} bin:games ${X11BASE}/bin/xboing
20         ${CHMOD} 2755 ${X11BASE}/bin/xboing
21         ${INSTALL_MAN} ${WRKSRC}/xboing.man ${X11BASE}/man/man6/xboing.6
22
23 .include "../../mk/bsd.pkg.mk"