2002-04-13 08:57:45 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: qgo
|
|
|
|
# Date created: Mar 22, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qgo
|
2007-12-14 19:45:44 +01:00
|
|
|
PORTVERSION= 1.5.4.2
|
2002-04-13 08:57:45 +02:00
|
|
|
CATEGORIES= games
|
2007-12-14 19:45:44 +01:00
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}
|
2002-04-13 08:57:45 +02:00
|
|
|
|
2003-11-05 16:58:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Go board and SGF editor written with the Qt library
|
2002-04-13 08:57:45 +02:00
|
|
|
|
2007-12-14 19:45:44 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|
|
|
|
2003-02-23 00:16:40 +01:00
|
|
|
USE_QT_VER= 3
|
2002-04-13 08:57:45 +02:00
|
|
|
USE_GMAKE= yes
|
2003-11-05 16:58:25 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-12-07 12:25:12 +01:00
|
|
|
CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
2002-04-13 08:57:45 +02:00
|
|
|
|
|
|
|
post-patch:
|
2004-12-18 19:46:04 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e \
|
2007-06-20 16:18:35 +02:00
|
|
|
's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/templates/*.desktop
|
2004-03-14 09:00:14 +01:00
|
|
|
|
2002-04-13 08:57:45 +02:00
|
|
|
.include <bsd.port.mk>
|