ca2176f4ac
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
28 lines
715 B
Makefile
28 lines
715 B
Makefile
# Created by: sumikawa@kame.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wv
|
|
PORTVERSION= 1.2.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library and executables to access Microsoft Word files
|
|
|
|
LIB_DEPENDS= libwmf.so: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>
|