blob: d751b6c593607c5c87d14c760735a725dd337b71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:42 tron Exp $
#
DISTNAME= xboing2.4
PKGNAME= xboing-2.4
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.catt.rmit.edu.au/xboing/xboing.html
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"
|