mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c74120ccb0
Make sure that libwpg is not conflicting with libwpg03
28 lines
666 B
Makefile
28 lines
666 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libwpg
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files
|
|
|
|
LICENSE= LGPL21 MPL
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
|
|
|
|
USES= libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2
|
|
SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
|
|
|
post-stage:
|
|
@${RM} ${STAGEDIR}${PREFIX}/bin/wp*
|
|
|
|
.include <bsd.port.mk>
|