freebsd-ports/games/qgo/Makefile
Roman Bogorodskiy a3650d4254 update to 1.0.2.
PR:		83154
Submitted by:	Ports Fury
2005-07-08 18:46:26 +00:00

32 lines
765 B
Makefile

# ex:ts=8
# Ports collection makefile for: qgo
# Date created: Mar 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= qgo
PORTVERSION= 1.0.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Go board and SGF editor written with the Qt library
USE_QT_VER= 3
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
post-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|src templates|src|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>