aboutsummaryrefslogtreecommitdiffstats
path: root/games/qgo/Makefile
blob: eaf27b836e6d592a3a8725cb1533e7d924c5fe89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ex:ts=8
# Ports collection makefile for:    qgo
# Date created:         Mar 22, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   qgo
PORTVERSION=    1.5.4.2
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A Go board and SGF editor written with the Qt library

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}

USE_XORG=   x11 ice xext
USE_QT_VER= 3
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

post-patch:
    @${REINPLACE_CMD} -e \
        's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e \
        's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/templates/*.desktop

.include <bsd.port.mk>