blob: 7eeb00631d96c7e2b16f84cee9fcbabe595e9935 (
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= 1
CATEGORIES= graphics kde
MASTER_SITES= SFE
MASTER_SITE_SUBDIR= digikam
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>
|