freebsd-ports/textproc/wv/Makefile
Lorenzo Salvadore be60350de5 Put some ports back in the pool
Approved by:	gerald (mentor), tcberner (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D25110
2020-06-03 21:54:29 +00:00

34 lines
794 B
Makefile

# Created by: sumikawa@kame.net
# $FreeBSD$
PORTNAME= wv
PORTVERSION= 1.2.9
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library and executables to access Microsoft Word files
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
libwmf.so:graphics/libwmf
USES= gmake gnome jpeg pkgconfig libtool xorg
USE_GNOME= libgsf
USE_XORG= x11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= MKDIR_P="${MKDIR}"
CONFIGURE_ARGS= --with-png=${LOCALBASE} \
--with-libwmf=${LOCALBASE}
MAKEFILE= GNUmakefile
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
MAKE_ARGS+= INSTALL_STRIP_FLAG="${STRIP}"
.include <bsd.port.mk>