1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/kfreerings/Makefile
Michael Nottebrock 0d066f76f2 Fix compilation on -STABLE, reset MAINTAINER.
Approved by: arved (former maintainer)
2004-06-03 16:28:06 +00:00

29 lines
603 B
Makefile

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