35 lines
774 B
Makefile
Raw Normal View History

2013-03-11 11:02:49 +00:00
# $OpenBSD: Makefile,v 1.30 2013/03/11 11:07:41 espie Exp $
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
1998-05-19 23:19:21 +00:00
2012-10-26 18:08:27 +00:00
DISTNAME= xboard-4.6.2
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
2012-10-26 18:08:27 +00:00
HOMEPAGE= http://www.gnu.org/software/xboard/
# GPL
PERMIT_PACKAGE_CDROM= Yes
2012-10-26 18:08:27 +00:00
WANTLIB= ICE SM X11 Xaw Xmu Xpm Xt c m
2000-02-12 08:02:07 +00:00
2012-10-26 18:08:27 +00:00
MODULES= devel/gettext
2011-03-02 06:31:29 +00:00
2012-10-26 18:08:27 +00:00
BUILD_DEPENDS= devel/xdg-utils
RUN_DEPENDS= games/gnuchess \
devel/desktop-file-utils \
devel/xdg-utils \
misc/shared-mime-info \
x11/gtk+2,-guic
USE_GROFF= Yes
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-05-19 23:19:21 +00:00
.include <bsd.port.mk>