blob: 3a7603395f7bfee3d3bfb345c840db4ec5906b9f (
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
27
28
|
# 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>
|