2013-03-11 11:02:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:07:38 espie Exp $
|
2006-11-26 10:16:07 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= computer simulation game
|
2002-03-20 02:12:34 +00:00
|
|
|
|
2006-11-26 10:16:07 +00:00
|
|
|
DISTNAME= corewars-0.9.13
|
2012-12-23 12:25:30 +00:00
|
|
|
REVISION= 5
|
2002-03-20 02:12:34 +00:00
|
|
|
|
|
|
|
CATEGORIES= games x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://corewars.sourceforge.net/
|
|
|
|
|
2010-03-24 22:32:16 +00:00
|
|
|
# GPLv2
|
2002-03-20 02:12:34 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2006-11-26 10:16:07 +00:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
2002-03-20 02:12:34 +00:00
|
|
|
|
2012-12-23 12:25:30 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
2010-03-24 22:32:16 +00:00
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
2012-12-23 12:25:30 +00:00
|
|
|
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
|
2010-03-24 22:32:16 +00:00
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
2010-11-08 13:51:52 +00:00
|
|
|
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
|
2012-12-23 12:25:30 +00:00
|
|
|
WANTLIB += GL xcb-render xcb-shm
|
2010-03-24 22:32:16 +00:00
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2002-03-20 02:12:34 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/}
|
2002-03-20 02:12:34 +00:00
|
|
|
|
2010-03-24 22:32:16 +00:00
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
CONFIGURE_STYLE=autoconf
|
2010-10-18 18:00:15 +00:00
|
|
|
USE_GROFF = Yes
|
2002-03-20 02:12:34 +00:00
|
|
|
|
2006-11-26 10:16:07 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corewars
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/corewars
|
|
|
|
|
2002-03-20 02:12:34 +00:00
|
|
|
.include <bsd.port.mk>
|