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