openbsd-ports/games/crimson/Makefile

33 lines
779 B
Makefile
Raw Normal View History

2007-12-15 15:37:32 -05:00
# $OpenBSD: Makefile,v 1.17 2007/12/15 20:37:53 ajacoutot Exp $
COMMENT= tactical war game like Battle Isle; multiplayer
2007-01-24 01:48:36 -05:00
DISTNAME= crimson-0.5.1
2007-12-15 15:37:32 -05:00
PKGNAME= ${DISTNAME}p0
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
2004-11-28 17:41:14 -05:00
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid z
USE_X11= Yes
2006-03-16 00:44:05 -05:00
USE_GMAKE= Yes
2007-12-15 15:37:32 -05:00
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
2004-08-06 00:02:52 -04:00
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \
2006-12-23 03:17:54 -05:00
SDL_net::devel/sdl-net \
2004-08-06 00:02:52 -04:00
SDL_ttf::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>