openbsd-ports/games/toppler/Makefile

35 lines
873 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2007/09/15 18:01:03 simon Exp $
COMMENT= Nebulous rewrite of Tower Toppler
VERSION= 0.96
DISTNAME= toppler-${VERSION}
2006-11-10 17:51:34 -05:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= games
HOMEPAGE= http://toppler.sourceforge.net/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 18:32:06 -05:00
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid
2002-05-19 20:15:23 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf no-autoheader
MAKE_FLAGS= scoredir=/var/games
USE_X11= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/toppler
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/toppler
2004-10-01 08:51:40 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/toppler
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/toppler/toppler.hsc
.include <bsd.port.mk>