mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
be60350de5
Approved by: gerald (mentor), tcberner (co-mentor) Differential Revision: https://reviews.freebsd.org/D25110
34 lines
794 B
Makefile
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>
|