1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/kpacman/Makefile
Tilman Keskinoz 66abcf8d0a s/USE_KDELIBS/USE_KDELIBS_VER/
Reported by:	bento
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
Pointy hat:	arved
2003-05-17 14:11:20 +00:00

28 lines
649 B
Makefile

# New ports collection makefile for: kpacman
# Date created: Wed May 14 2003
# Whom: arved
#
# $FreeBSD$
PORTNAME= kpacman
PORTVERSION= 0.3.1
CATEGORIES= games kde
MASTER_SITES= http://www.mat.univie.ac.at/~martin/
DISTNAME= ${PORTNAME}-${PORTVERSION}-kde3
MAINTAINER= arved@FreeBSD.org
COMMENT= Pacman Clone for KDE
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>