mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
de32df9231
it doesn't seem to be used) - Fix a typo - Disable Werror
29 lines
641 B
Makefile
29 lines
641 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libfreehand
|
|
PORTVERSION= 0.0.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
|
PKGNAMESUFFIX= 00
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings
|
|
|
|
LICENSE= LGPL21 MPL GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
|
|
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --without-docs --disable-werror
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-install:
|
|
@${RM} -f ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.mk>
|
|
|