2021-02-07 12:29:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2021/02/07 12:29:12 naddy Exp $
|
2001-05-06 01:06:09 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
|
1998-05-19 23:19:21 +00:00
|
|
|
|
2017-04-29 22:24:15 +00:00
|
|
|
DISTNAME= xboard-4.9.1
|
2001-08-06 12:53:29 +00:00
|
|
|
CATEGORIES= games x11
|
2002-05-13 12:31:07 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
|
2021-02-07 12:29:12 +00:00
|
|
|
REVISION= 4
|
1998-11-09 01:49:54 +00:00
|
|
|
|
2013-11-09 23:19:01 +00:00
|
|
|
HOMEPAGE= https://www.gnu.org/software/xboard/
|
2007-12-06 16:07:18 +00:00
|
|
|
|
2017-04-29 22:24:15 +00:00
|
|
|
# GPLv3+
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2007-12-06 16:07:18 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
|
|
|
|
WANTLIB += Xrender atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
|
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gtk-x11-2.0 iconv intl m pango-1.0 pangocairo-1.0
|
2017-04-29 22:24:15 +00:00
|
|
|
WANTLIB += pangoft2-1.0 pthread rsvg-2 z
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2012-10-26 18:08:27 +00:00
|
|
|
BUILD_DEPENDS= devel/xdg-utils
|
|
|
|
|
2014-01-28 09:20:12 +00:00
|
|
|
LIB_DEPENDS= graphics/cairo \
|
2017-04-29 22:24:15 +00:00
|
|
|
x11/gtk+2 \
|
2014-01-28 09:20:12 +00:00
|
|
|
x11/gnome/librsvg
|
|
|
|
|
2012-10-26 18:08:27 +00:00
|
|
|
RUN_DEPENDS= games/gnuchess \
|
|
|
|
devel/desktop-file-utils \
|
|
|
|
devel/xdg-utils \
|
|
|
|
misc/shared-mime-info \
|
2015-03-27 08:41:04 +00:00
|
|
|
x11/gtk+3,-guic
|
2012-10-26 18:08:27 +00:00
|
|
|
|
2014-01-28 09:20:12 +00:00
|
|
|
FAKE_FLAGS = sysconfdir="${PREFIX}/share/examples/xboard/"
|
|
|
|
|
2000-06-28 06:43:42 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2012-10-26 18:08:27 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKBUILD}/cmail ${PREFIX}/bin/
|
1998-11-09 01:49:54 +00:00
|
|
|
|
1998-05-19 23:19:21 +00:00
|
|
|
.include <bsd.port.mk>
|