aboutsummaryrefslogtreecommitdiffstats
path: root/games/kfreerings/Makefile
blob: ec03a46da0151e32e2a7869b36eccd31c5b41052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection Makefile for:    kfreerings
# Date created:             2004-02-13
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   kfreerings
PORTVERSION=    1.0
PORTREVISION=   8
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:22

post-patch:
    ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure

.include <bsd.port.mk>