mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
258a678bde
safeness, fix compilation where needed. Committers: Please do NOT include Makefile.kde or commit new ports which do so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY.
28 lines
591 B
Makefile
28 lines
591 B
Makefile
# New ports collection Makefile for: kslide
|
|
# Date created: 2004-01-23
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kslide
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://www.web-xs.de/~ecoquelle/taquin/ \
|
|
http://david.bieder.free.fr/eric/taquin/ \
|
|
http://perso.wanadoo.fr/coquelle/taquin/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE puzzle game
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER= 3
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|