openbsd-ports/games/enigma/Makefile

31 lines
755 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2007/09/15 18:01:01 simon Exp $
COMMENT= Oxyd/Rock'n'Roll clone
DISTNAME= enigma-0.81
2006-07-30 00:33:18 -04:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= games x11
HOMEPAGE= http://www.nongnu.org/enigma/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid z
MASTER_SITES= http://savannah.nongnu.org/download/enigma/
2006-07-30 00:33:18 -04:00
BUILD_DEPENDS= :lua->=5.1:lang/lua
2006-08-02 05:36:20 -04:00
LIB_DEPENDS= SDL_image.>=1::devel/sdl-image SDL_mixer.>=2::devel/sdl-mixer
2006-07-30 00:33:18 -04:00
USE_GMAKE= Yes
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
LIBS="-pthread"
2002-10-26 16:44:38 -04:00
.include <bsd.port.mk>