aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwpg/Makefile
blob: ccb3eda0d268ed0be110cd8790801dcaa97bd1f2 (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
29
30
31
32
33
34
# New ports collection makefile for:    graphics/libwpg
# Date created:     2009-01-09
# Whom:         Dima Panov <fluffy@Fluffy.Khv.RU>
#
# $FreeBSD$
#

PORTNAME=   libwpg
PORTVERSION=    0.2.1
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= fluffy@FreeBSD.org
COMMENT=    Library for importing and converting Corel WordPerfect(tm) Graphics images

LIB_DEPENDS=    wpd-0.9.9:${PORTSDIR}/textproc/libwpd

LICENSE=    LGPL20

USE_AUTOTOOLS=  libtool
USE_GNOME=  gnomeprefix gnomehack ltverhack
USE_BZIP2=  yes
USE_PERL5=  yes
USE_LDCONFIG=   yes

.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.else
post-patch:
    @${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>