1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/kslide/Makefile
2006-06-21 11:11:03 +00:00

26 lines
533 B
Makefile

# New ports collection Makefile for: kslide
# Date created: 2004-01-23
# Whom: arved
#
# $FreeBSD$
PORTNAME= kslide
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= games kde
MASTER_SITES= http://david.bieder.free.fr/eric/taquin/ \
http://perso.orange.fr/coquelle/taquin/
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE puzzle game
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>