1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/games/kpictorial/Makefile
2010-02-05 11:46:55 +00:00

24 lines
497 B
Makefile

# 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>