2004-04-09 09:52:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2004/04/09 09:52:09 espie Exp $
|
2002-02-28 05:22:52 +00:00
|
|
|
|
|
|
|
COMMENT= "Nebulous rewrite of Tower Toppler"
|
|
|
|
|
|
|
|
VERSION= 0.96
|
|
|
|
DISTNAME= toppler-${VERSION}
|
|
|
|
CATEGORIES= games
|
|
|
|
|
2003-06-18 21:43:40 +00:00
|
|
|
HOMEPAGE= http://toppler.sourceforge.net/
|
2002-02-28 05:22:52 +00:00
|
|
|
|
2002-06-08 06:03:09 +00:00
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
2002-02-28 05:22:52 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-20 00:15:23 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
|
2002-02-28 05:22:52 +00:00
|
|
|
|
2002-04-08 23:21:33 +00:00
|
|
|
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer
|
2002-02-28 05:22:52 +00:00
|
|
|
|
2004-04-09 09:52:09 +00:00
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
2002-04-08 23:21:33 +00:00
|
|
|
MAKE_FLAGS= scoredir=/var/games
|
2002-02-28 05:22:52 +00: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>
|