From 198345a8b8dc7cef33dc2de22a12ec5517c9592e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 13 Apr 2002 06:57:45 +0000 Subject: add qgo 0.0.8 A Go board and SGF editor written with the Qt library --- games/qgo/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 games/qgo/Makefile (limited to 'games/qgo/Makefile') diff --git a/games/qgo/Makefile b/games/qgo/Makefile new file mode 100644 index 000000000000..3b345f8c5b9e --- /dev/null +++ b/games/qgo/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: qgo +# Date created: Mar 22, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= qgo +PORTVERSION= 0.0.8 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +USE_QT_VER= 2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= QTDIR=${X11BASE} LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +USE_GMAKE= yes + +post-patch: + @${PERL} -pi -e "s,qt.so,qt2.so,g ; \ + s,/moc,/moc2,g" ${WRKSRC}/configure + @${PERL} -pi -e "s,-lqt,-lqt2,g" ${WRKSRC}/src/Makefile.in + +.include -- cgit v1.2.3