2009-07-28 19:08:50 +02:00
|
|
|
# New ports collection makefile for: graphics/libwpg
|
|
|
|
# Date created: 2009-01-09
|
|
|
|
# Whom: Dima Panov <fluffy@Fluffy.Khv.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libwpg
|
2009-07-29 19:11:42 +02:00
|
|
|
PORTVERSION= 0.1.3
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2009-07-28 19:08:50 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2009-07-28 19:08:50 +02:00
|
|
|
|
2009-08-10 19:59:27 +02:00
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
2009-07-28 19:08:50 +02:00
|
|
|
COMMENT= Library for importing and converting Corel WordPerfect(tm) Graphics images
|
|
|
|
|
2011-01-03 12:51:29 +01:00
|
|
|
LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd08
|
|
|
|
|
|
|
|
LATEST_LINK= ${PORTNAME}01
|
|
|
|
|
|
|
|
LICENSE= LGPL20
|
2009-07-28 19:08:50 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2009-07-28 19:08:50 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack ltverhack
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in
|
2011-01-03 12:51:29 +01:00
|
|
|
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/conv//g' ${WRKSRC}/src/Makefile.in
|
2009-07-28 19:08:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|