1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/games/qgo/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

31 lines
689 B
Makefile

# ex:ts=8
# Ports collection makefile for: qgo
# Date created: Mar 22, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= qgo
PORTVERSION= 0.0.14
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_REINPLACE= yes
USE_QT_VER= 3
GNU_CONFIGURE= yes
QTCPPFLAGS+= -DDONT_USE_GETOPT
CONFIGURE_ENV= QTDIR=${X11BASE}
USE_GMAKE= yes
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
.include <bsd.port.mk>