1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/kpacman/Makefile

37 lines
808 B
Makefile
Raw Normal View History

2003-05-14 16:56:42 +00:00
# New ports collection makefile for: kpacman
# Date created: Wed May 14 2003
# Whom: arved
#
# $FreeBSD$
PORTNAME= kpacman
2003-07-01 10:06:17 +00:00
PORTVERSION= 0.3.2
PORTREVISION= 3
2003-05-14 16:56:42 +00:00
CATEGORIES= games kde
2003-07-01 10:06:17 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kpacman
2003-05-14 16:56:42 +00:00
2004-02-28 10:02:03 +00:00
MAINTAINER= ports@FreeBSD.org
2003-05-14 16:56:42 +00:00
COMMENT= Pacman Clone for KDE
LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
2003-07-27 12:28:56 +00:00
USE_KDELIBS_VER= 3
2003-05-14 16:56:42 +00:00
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"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
2003-05-14 16:56:42 +00:00
post-patch:
${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.post.mk>