aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wv/Makefile
blob: 0e325dc1ddcdf8bc3d1f2e20a5ddc946e95ea242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    mswordview
# Version required:     0.5.14
# Date created:         Fri Nov  6 09:06:33 PST 1998
# Whom:                 sumikawa@kame.net
#
# $Id: Makefile,v 1.5 1999/06/16 13:49:11 billf Exp $
#

DISTNAME=   mswordview-0.5.14-bw2
PKGNAME=    mswordview-0.5.14.2
CATEGORIES= textproc
MASTER_SITES=   http://www.csn.ul.ie/~caolan/publink/mswordview/

MAINTAINER= sumikawa@kame.net

BUILD_DEPENDS=  ${LOCALBASE}/lib/libwmf.a:${PORTSDIR}/graphics/libwmf

WRKSRC=     ${WRKDIR}/mswordview
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ttf=${LOCALBASE} --with-wmf=${LOCALBASE}
USE_XLIB=   yes

MAN1=   mswordview.1

.include <bsd.port.mk>