blob: a0177bcf150ea55c154572b82ea2961f7216b2fe (
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
|
# New ports collection makefile for: graphics/libwpg
# Date created: 2009-01-09
# Whom: Dima Panov <fluffy@Fluffy.Khv.RU>
#
# $FreeBSD$
#
PORTNAME= libwpg
PORTVERSION= 0.1.3
PORTREVISION= 3
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.8.8:${PORTSDIR}/textproc/libwpd
USE_AUTOTOOLS= libtool:22
USE_GNOME= gnomeprefix gnomehack ltverhack
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>
|