openbsd-ports/games/qgo/Makefile
merdely 3610e05b9a Update to qgo-1.5.4.
From Paul Irofti.  ok msf
2007-09-21 01:59:50 +00:00

35 lines
715 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/09/21 01:59:50 merdely Exp $
COMMENT= go client and fully featured sgf editor
DISTNAME= qgo-1.5.4
CATEGORIES= games
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m pthread stdc++ X11 Xext SM ICE jpeg Xau Xdmcp
MODULES= x11/qt3
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qgo/}
WRKDIST= ${WRKDIR}/${DISTNAME:S/-r1//}
USE_X11=Yes
USE_GMAKE=Yes
USE_LIBTOOL=Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib \
${MODQT_CONFIGURE_ARGS}
.include <bsd.port.mk>