aboutsummaryrefslogtreecommitdiffstats
path: root/games/kpacman/Makefile
blob: 6241dd8393b4ea900c7527cb6135393e78c415b9 (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
# New ports collection makefile for:    kpacman
# Date created:             Wed May 14 2003
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   kpacman
PORTVERSION=    0.3.2
PORTREVISION=   3
CATEGORIES= games kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kpacman

MAINTAINER= ports@FreeBSD.org
COMMENT=    Pacman Clone for KDE

LIB_DEPENDS=    kdegames.3:${PORTSDIR}/games/kdegames3

USE_KDELIBS_VER=    3
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

post-patch:
    ${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS}," ${WRKSRC}/configure

.include <bsd.port.mk>