1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/digikam-doc/Makefile
2012-06-01 05:26:28 +00:00

29 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= 4
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>