freebsd-ports/graphics/digikam-doc/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

28 lines
602 B
Makefile

# New ports collection makefile for: digikam-doc
# Date created: 4 September 2005
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#
PORTNAME= digikam-doc
PORTVERSION= 0.9.5
PORTREVISION= 3
CATEGORIES= graphics kde
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME:S/-doc//}/${PORTNAME}/${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= Documentation for Digikam
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
post-patch:
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
@${TOUCH} ${WRKSRC}/*
.include <bsd.port.mk>