freebsd-ports/textproc/libwpd010/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
615 B
Makefile

# Created by: reed@pugetsoundtechnology.com
# $FreeBSD$
PORTNAME= libwpd
PORTVERSION= 0.10.1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 010
MAINTAINER= office@FreeBSD.org
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
USES= libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= libgsf
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --without-docs
PLIST_SUB= MAJVER=${PORTVERSION:R}
.include <bsd.port.mk>