1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/mswordview/Makefile

25 lines
621 B
Makefile
Raw Normal View History

# 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.4 1999/03/04 22:53:22 billf Exp $
#
DISTNAME= mswordview-0.5.14
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>