2004-04-09 05:52:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2004/04/09 09:52:09 espie Exp $
|
2002-02-28 00:22:52 -05:00
|
|
|
|
|
|
|
COMMENT= "Nebulous rewrite of Tower Toppler"
|
|
|
|
|
|
|
|
VERSION= 0.96
|
|
|
|
DISTNAME= toppler-${VERSION}
|
|
|
|
CATEGORIES= games
|
|
|
|
|
2003-06-18 17:43:40 -04:00
|
|
|
HOMEPAGE= http://toppler.sourceforge.net/
|
2002-02-28 00:22:52 -05:00
|
|
|
|
2002-06-08 02:03:09 -04:00
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
2002-02-28 00:22:52 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-19 20:15:23 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
|
2002-02-28 00:22:52 -05:00
|
|
|
|
2002-04-08 19:21:33 -04:00
|
|
|
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer
|
2002-02-28 00:22:52 -05:00
|
|
|
|
2004-04-09 05:52:09 -04:00
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
2002-04-08 19:21:33 -04:00
|
|
|
MAKE_FLAGS= scoredir=/var/games
|
2002-02-28 00:22:52 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/toppler
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/toppler
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|