mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f4a5ee335e
PR: 14617 Submitted by: Will Andrews <andrews@technologist.com>
26 lines
612 B
Makefile
26 lines
612 B
Makefile
# 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
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mswordview-0.5.14-bw6
|
|
PKGNAME= mswordview-0.5.14.6
|
|
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>
|