2014-03-10 20:27:25 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2014/03/10 20:27:25 landry Exp $
|
2009-03-14 14:08:38 +00:00
|
|
|
|
|
|
|
COMMENT= free Lemmings-like game
|
|
|
|
|
2013-09-14 14:18:44 +00:00
|
|
|
DISTNAME= pingus-0.7.6
|
2014-03-10 20:27:25 +00:00
|
|
|
REVISION=0
|
2009-03-14 14:08:38 +00:00
|
|
|
CATEGORIES= games x11
|
|
|
|
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
HOMEPAGE= http://pingus.seul.org/
|
2013-09-14 14:18:44 +00:00
|
|
|
MASTER_SITES= https://pingus.googlecode.com/files/
|
2009-03-14 14:08:38 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-09-14 14:18:44 +00:00
|
|
|
WANTLIB += GL SDL X11 Xi c m png pthread z
|
2010-11-16 11:23:25 +00:00
|
|
|
WANTLIB += SDL_mixer>=3 SDL_image>=2 boost_signals
|
2009-03-14 14:08:38 +00:00
|
|
|
|
|
|
|
MODULES= converters/libiconv \
|
2013-09-14 14:18:44 +00:00
|
|
|
devel/scons gcc4
|
|
|
|
MODGCC4_ARCHS= *
|
|
|
|
MODGCC4_LANGS= c++
|
2009-03-14 14:08:38 +00:00
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS= devel/sdl-mixer \
|
|
|
|
devel/sdl-image \
|
|
|
|
devel/boost
|
2009-03-14 14:08:38 +00:00
|
|
|
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST= Yes
|
2009-03-14 14:08:38 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2013-09-14 14:18:44 +00:00
|
|
|
${SUBST_CMD} ${WRKSRC}/src/pingus/pingus_main.cpp
|
2009-03-14 14:08:38 +00:00
|
|
|
|
2013-09-14 14:18:44 +00:00
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MODSCONS_BIN} \
|
2009-03-14 14:08:38 +00:00
|
|
|
${MODSCONS_ENV} \
|
2013-06-04 18:41:39 +00:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LINKFLAGS="-L${LOCALBASE}/lib -lz -L${X11BASE}/lib" \
|
2009-03-14 14:08:38 +00:00
|
|
|
with_xinput=1 \
|
|
|
|
with_linuxusbmouse=0 \
|
|
|
|
with_wiimote=0 \
|
|
|
|
with_linuxevdev=0
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share{,/doc}/pingus
|
2013-09-14 14:18:44 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/build/pingus ${PREFIX}/bin/
|
2009-03-14 14:08:38 +00:00
|
|
|
cd ${WRKSRC}/data && pax -rw * ${PREFIX}/share/pingus/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
|
|
${PREFIX}/share/doc/pingus/
|
2013-09-14 14:18:44 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/man/pingus.6 ${PREFIX}/man/man6/
|
2009-03-14 14:08:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|