mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
3635ea2dc5
Make sure libwpd is not conflicting with libwpd010 by not installing the tools
29 lines
607 B
Makefile
29 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>
|