2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/03/21 08:45:17 ajacoutot Exp $
|
2006-10-02 20:03:03 -04:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= go client and fully featured sgf editor
|
2006-10-02 20:03:03 -04:00
|
|
|
|
2007-09-20 21:59:50 -04:00
|
|
|
DISTNAME= qgo-1.5.4
|
2013-03-19 09:07:13 -04:00
|
|
|
REVISION = 3
|
2006-10-02 20:03:03 -04:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2013-03-19 09:07:13 -04:00
|
|
|
WANTLIB = GL ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi Xinerama
|
|
|
|
WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm c drm expat fontconfig
|
|
|
|
WANTLIB += freetype jpeg lcms m mng png pthread pthread-stubs
|
|
|
|
WANTLIB += stdc++ xcb z
|
2006-10-02 20:03:03 -04:00
|
|
|
|
|
|
|
MODULES= x11/qt3
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qgo/}
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/-r1//}
|
|
|
|
|
|
|
|
USE_GMAKE=Yes
|
|
|
|
|
2013-03-11 07:02:49 -04:00
|
|
|
NO_TEST= Yes
|
2006-10-02 20:03:03 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
|
|
|
|
--with-extra-libs=${LOCALBASE}/lib \
|
|
|
|
${MODQT_CONFIGURE_ARGS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|