1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/libabw/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

28 lines
624 B
Makefile

# $FreeBSD$
PORTNAME= libabw
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= LODEV/${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Library providing ability to interpret Abiword documents
LICENSE= MPL
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
USES= gperf perl5 libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_PERL5= build
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= -disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>