freebsd-ports/games/kfreerings/Makefile

28 lines
591 B
Makefile
Raw Normal View History

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
PORTREVISION= 4
2004-02-13 14:29:26 +01:00
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kfreerings
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
MAINTAINER= ports@FreeBSD.org
2004-02-13 14:29:26 +01:00
COMMENT= A small puzzle game
LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
2004-02-13 14:29:26 +01:00
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
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>