opnsense-ports/textproc/libwpd/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
607 B
Makefile

# Created by: reed@pugetsoundtechnology.com
# $FreeBSD$
PORTNAME= libwpd
PORTVERSION= 0.9.9
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
USES= pathfix libtool:keepla tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= libgsf
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --without-docs
PLIST_SUB= MAJVER=${PORTVERSION:R}
post-stage:
@${RM} ${STAGEDIR}${PREFIX}/bin/wpd*
.include <bsd.port.mk>