mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2a6e37b634
- Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed Approved by: portmgr blanket
29 lines
726 B
Makefile
29 lines
726 B
Makefile
# Created by: sumikawa@kame.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wv
|
|
PORTVERSION= 1.2.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/
|
|
|
|
MAINTAINER= bf@FreeBSD.org
|
|
COMMENT= A library and executables to access Microsoft Word files
|
|
|
|
LIB_DEPENDS= libwmf.so:${PORTSDIR}/graphics/libwmf
|
|
|
|
USE_GNOME= libgsf
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pkgconfig libtool
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
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}"
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|