2002-04-13 06:57:45 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: qgo
|
|
|
|
# Date created: Mar 22, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qgo
|
2005-07-08 18:46:26 +00:00
|
|
|
PORTVERSION= 1.0.2
|
2002-04-13 06:57:45 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-11-05 15:58:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A Go board and SGF editor written with the Qt library
|
2002-04-13 06:57:45 +00:00
|
|
|
|
2003-02-22 23:16:40 +00:00
|
|
|
USE_QT_VER= 3
|
2003-11-05 15:58:25 +00:00
|
|
|
USE_REINPLACE= yes
|
2002-04-13 06:57:45 +00:00
|
|
|
USE_GMAKE= yes
|
2003-11-05 15:58:25 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-12-18 18:46:04 +00:00
|
|
|
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
|
2004-12-07 11:25:12 +00:00
|
|
|
CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
2002-04-13 06:57:45 +00:00
|
|
|
|
|
|
|
post-patch:
|
2004-12-18 18:46:04 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|src templates|src|g' ${WRKSRC}/Makefile.in
|
2004-03-14 08:00:14 +00:00
|
|
|
|
2002-04-13 06:57:45 +00:00
|
|
|
.include <bsd.port.mk>
|