1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/kfreerings/Makefile
2012-06-01 05:26:28 +00:00

27 lines
533 B
Makefile

# New ports collection Makefile for: kfreerings
# Date created: 2004-02-13
# Whom: arved
#
# $FreeBSD$
PORTNAME= kfreerings
PORTVERSION= 1.0
PORTREVISION= 9
CATEGORIES= games kde
MASTER_SITES= SF
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
post-patch:
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.mk>