openbsd-ports/games/icebreaker/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.17 2010/11/16 11:23:27 espie Exp $
COMMENT= jezzball-style, penguin puzzle game
DISTNAME= icebreaker-1.2.1
2010-11-08 10:54:53 -05:00
REVISION = 0
CATEGORIES= games
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.mattdm.org/icebreaker/
MASTER_SITES= ${HOMEPAGE}1.2.x/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-08 10:54:53 -05:00
WANTLIB= SDL X11 Xext c m pthread pthread-stubs usbhid xcb \
2010-11-16 06:23:25 -05:00
SDL_mixer smpeg>=1.3
2010-11-16 06:23:25 -05:00
LIB_DEPENDS= devel/sdl-mixer \
devel/smpeg
USE_GMAKE= Yes
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2001-11-15 01:14:06 -05:00
NO_REGRESS= Yes
MAKE_ENV= prefix="${PREFIX}" \
highscoredir="/var/games/icebreaker"
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/icebreaker
${INSTALL_DATA} ${WRKSRC}/*.{wav,bmp} ${PREFIX}/share/icebreaker
${INSTALL_PROGRAM} -g games -m 2755 ${WRKSRC}/icebreaker ${PREFIX}/bin
2004-09-24 06:45:37 -04:00
${INSTALL_DATA} ${WRKSRC}/icebreaker.6 ${PREFIX}/man/man6
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/icebreaker
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/icebreaker/icebreaker.scores
.include <bsd.port.mk>