b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
24 lines
647 B
Makefile
24 lines
647 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:00 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-breakout-0.5.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= http://www.senet.com.au/~alcaron/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.senet.com.au/~alcaron/software.html
|
|
COMMENT= gnome version of the classic breakout game
|
|
|
|
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
|
|
post-install:
|
|
${TOUCH} /var/games/gnome-breakout.scores
|
|
${CHOWN} games:games /var/games/gnome-breakout.scores
|
|
${CHMOD} 664 /var/games/gnome-breakout.scores
|
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|