1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/graphics/libwpg/Makefile
Dima Panov 8e87ff39df - Update graphics/libwpg to 0.2.0 release
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08]	[1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING

Approved by:	Mikhail Teterin (maintainer) via mail [1]
2011-01-03 11:51:29 +00:00

33 lines
746 B
Makefile

# 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.0
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_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>