1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/wv2/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

24 lines
455 B
Makefile

# New ports collection makefile for: wv2
# Date created: Do 28 Aug 2003 15:50:37 CEST
# Whom: lofi@freebsd.org
#
# $FreeBSD$
#
PORTNAME= wv2
PORTVERSION= 0.4.2
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= SF/wvware/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= A library providing routines to access Microsoft Word files
USE_GNOME= libgsf
USE_ICONV= yes
USE_BZIP2= yes
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>