openbsd-ports/games/crimson/Makefile

35 lines
787 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.23 2010/11/16 11:23:26 espie Exp $
COMMENT= tactical war game like Battle Isle; multiplayer
2007-01-24 01:48:36 -05:00
DISTNAME= crimson-0.5.1
2010-11-08 08:51:52 -05:00
PKGNAME= ${DISTNAME}
REVISION = 2
CATEGORIES= games x11
2003-09-23 01:25:05 -04:00
MASTER_SITES= ${HOMEPAGE}files/
2003-09-23 01:25:05 -04:00
HOMEPAGE= http://crimson.seul.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ usbhid \
2010-11-08 08:51:52 -05:00
xcb z SDL_mixer SDL_net SDL_ttf
2006-03-16 00:44:05 -05:00
USE_GMAKE= Yes
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2010-11-16 06:23:25 -05:00
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= devel/sdl-mixer \
devel/sdl-net \
devel/sdl-ttf
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--enable-bi2cf --enable-cfed --enable-comet
2003-06-11 17:42:29 -04:00
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.6 ${PREFIX}/man/man6
.include <bsd.port.mk>