freebsd-ports/games/kfreerings/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
591 B
Makefile

# New ports collection Makefile for: kfreerings
# Date created: 2004-02-13
# Whom: arved
#
# $FreeBSD$
PORTNAME= kfreerings
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kfreerings
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
MAINTAINER= ports@FreeBSD.org
COMMENT= A small puzzle game
LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
post-patch:
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.mk>