blob: 9cf2b869c5e736be2444e3fbd2096ab3ca49e9c7 (
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
|
# New ports collection makefile for: kpictorial
# Date created: 2003-10-13
# Whom: arved
#
# $FreeBSD$
PORTNAME= kpictorial
PORTVERSION= 0.9.1
PORTREVISION= 8
CATEGORIES= games kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
COMMENT= Little logical game for KDE
USE_KDELIBS_VER= 3
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
post-patch:
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>
|