f294acee08
Space Hulk is a science-fiction board game in the world of Warhammer 40000. It is aiming at providing a way to play SpaceHulk on your computer with the exact same rules as in the board version. Maintained by Antoine Jacoutot <ajacoutot@lphp.php>, thanks!
34 lines
753 B
Makefile
34 lines
753 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/11/26 19:18:12 alek Exp $
|
|
|
|
COMMENT= "conversion of Warhammer 4000 into video game"
|
|
|
|
DISTNAME= spacehulk-1.5-beta1
|
|
PKGNAME= spacehulk-1.5beta1
|
|
CATEGORIES= games x11
|
|
|
|
HOMEPAGE= http://r.vinot.free.fr/spacehulk/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= m c z stdc++ pthread
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MODULES= x11/qt3
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --with-qt-includes=${MODQT_INCDIR} \
|
|
--with-qt-libraries=${MODQT_LIBDIR}
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
|
CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/libpng"
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|