freebsd-ports/games/kpuzzle/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

30 lines
670 B
Makefile

# New ports collection Makefile for: kpuzzle
# Date created: 2004-09-02
# Whom: arved
#
# $FreeBSD$
PORTNAME= kpuzzle
PORTVERSION= 0.4
PORTREVISION= 5
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kpuzzle
DISTNAME= ${PORTNAME}-${PORTVERSION}-final
MAINTAINER= ports@FreeBSD.org
COMMENT= Jigsaw puzzle game for KDE
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_AUTOTOOLS= libtool:15
post-patch:
${REINPLACE_CMD} -e "s,malloc.h,stdlib.h," \
${WRKSRC}/src/highscore.cpp ${WRKSRC}/src/kpuzzlegame.cpp
post-install:
${RM} ${PREFIX}/share/doc/HTML/de/kpuzzle
.include <bsd.port.mk>