From a6078f40ef5d5d1e457da689be16b223d219c88f Mon Sep 17 00:00:00 2001 From: krion Date: Wed, 5 Nov 2003 15:58:25 +0000 Subject: - Update to version 0.1.1 PR: 58962 Submitted by: Ports Fury --- games/qgo/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'games/qgo/Makefile') diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 7f0596d0c1df..3f8fe6436c89 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,24 +7,26 @@ # PORTNAME= qgo -PORTVERSION= 0.0.14 +PORTVERSION= 0.1.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Go board and SGF editor written with the Qt library -USE_REINPLACE= yes USE_QT_VER= 3 -GNU_CONFIGURE= yes -QTCPPFLAGS+= -DDONT_USE_GETOPT -CONFIGURE_ENV= QTDIR=${X11BASE} +USE_REINPLACE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= QTDIR=${QT_PREFIX} +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" post-patch: - ${REINPLACE_CMD} -e "s,libqt.so,libqt-mt.so,; \ - s,-O2, ${CFLAGS} ${PTHREAD_CFLAGS}," ${WRKSRC}/configure - ${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS}," ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|-pedantic||g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/usr/share|$${prefix}/share|g' .include -- cgit