2004-09-02 20:09:03 +02:00
|
|
|
# New ports collection Makefile for: kpuzzle
|
|
|
|
# Date created: 2004-09-02
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kpuzzle
|
|
|
|
PORTVERSION= 0.4
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 3
|
2004-09-02 20:09:03 +02:00
|
|
|
CATEGORIES= games kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= kpuzzle
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-final
|
|
|
|
|
2004-10-13 10:38:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-09-02 20:09:03 +02:00
|
|
|
COMMENT= Jigsaw puzzle game for KDE
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER= 3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-09-02 20:09:03 +02:00
|
|
|
|
|
|
|
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>
|