3ec882e84f
blue orb and try to turn off all the yellow orbs on each level by running into them. ok sthen@
35 lines
801 B
Makefile
35 lines
801 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/05/20 14:45:54 bcallah Exp $
|
|
|
|
V = 0.1.1
|
|
COMMENT = third person, 3D physics game
|
|
DISTNAME = irrlamb-${V}-src
|
|
PKGNAME = irrlamb-${V}
|
|
CATEGORIES = games x11
|
|
|
|
HOMEPAGE = https://code.google.com/p/irrlamb/
|
|
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += BulletCollision BulletDynamics BulletSoftBody Irrlicht
|
|
WANTLIB += LinearMath c m openal pthread stdc++
|
|
|
|
MASTER_SITES = https://irrlamb.googlecode.com/files/
|
|
|
|
MODULES = devel/cmake
|
|
|
|
LIB_DEPENDS = audio/openal \
|
|
devel/bullet \
|
|
x11/irrlicht
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
|
|
|
post-patch:
|
|
perl -pi -e "s,games/,,g" ${WRKSRC}/CMakeLists.txt \
|
|
${WRKSRC}/deployment/irrlamb
|
|
perl -pi -e "s,games,bin,g" ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|