2004-02-13 14:29:26 +01:00
|
|
|
# New ports collection Makefile for: kfreerings
|
|
|
|
# Date created: 2004-02-13
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kfreerings
|
2004-04-20 10:44:21 +02:00
|
|
|
PORTVERSION= 1.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2004-02-13 14:29:26 +01:00
|
|
|
CATEGORIES= games kde
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
2004-02-13 14:29:26 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
|
|
|
|
|
2004-06-03 18:28:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-02-13 14:29:26 +01:00
|
|
|
COMMENT= A small puzzle game
|
|
|
|
|
2004-04-29 14:54:31 +02:00
|
|
|
LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
|
|
|
|
|
2004-02-13 14:29:26 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_BZIP2= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-02-13 14:29:26 +01:00
|
|
|
|
2004-05-25 11:35:51 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|