2013-03-11 11:02:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.46 2013/03/11 11:07:38 espie Exp $
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2007-12-03 18:54:58 +00:00
|
|
|
COMMENT= gtk+2 chess board interface
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2011-12-15 17:59:21 +00:00
|
|
|
DISTNAME= eboard-1.1.1
|
2003-10-01 23:13:23 +00:00
|
|
|
CATEGORIES= games x11
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2007-12-03 18:54:58 +00:00
|
|
|
HOMEPAGE= http://www.bergo.eng.br/eboard/
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2007-12-16 01:46:57 +00:00
|
|
|
# GPL
|
2001-10-03 07:53:34 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-12-15 17:59:21 +00:00
|
|
|
WANTLIB = GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \
|
|
|
|
Xrandr Xrender atk-1.0 c cairo expat fontconfig freetype \
|
|
|
|
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
|
|
|
|
gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
|
|
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread \
|
|
|
|
pthread-stubs sndio stdc++ xcb xcb-render xcb-shm z
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2007-12-03 18:54:58 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eboard/}
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2007-12-03 18:54:58 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-12-13 14:56:43 +00:00
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2001-10-03 07:53:34 +00:00
|
|
|
|
2008-06-15 00:04:49 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2010-10-18 18:00:15 +00:00
|
|
|
USE_GROFF = Yes
|
2007-12-03 18:54:58 +00:00
|
|
|
CONFIGURE_STYLE=simple
|
2007-12-19 09:01:25 +00:00
|
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}" --compiler="${CXX}" \
|
|
|
|
--extra-flags="${CXXFLAGS}"
|
2007-12-16 01:46:57 +00:00
|
|
|
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST= Yes
|
2002-07-01 05:06:44 +00:00
|
|
|
|
2001-10-03 07:53:34 +00:00
|
|
|
DOCS= Crafty.txt FICS-Timeseal.txt GNUChess4.txt GNUChess5.txt \
|
|
|
|
Scripts.txt Sjeng.txt Themes.txt
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/eboard
|
|
|
|
cd ${WRKSRC}/Documentation; ${INSTALL_DATA} ${DOCS} \
|
|
|
|
${PREFIX}/share/doc/eboard
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|