diff options
author | jtb <jtb> | 2001-04-14 00:51:16 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-14 00:51:16 +0000 |
commit | 54575699980d2a53d67cfdeff3f5898cdb599a95 (patch) | |
tree | 409b56f2e3c5c89825f44d3c42850a95874361ff /print/mgv/Makefile | |
parent | 26664bff356d5789e6837aa6dad54150ba7e24f5 (diff) | |
download | pkgsrc-54575699980d2a53d67cfdeff3f5898cdb599a95.tar.gz |
Initial import of mgv:
mgv is a Motif/LessTif based viewer for PostScript files which uses
Ghostscript as the underlying PostScript rendering engine. Limited
PDF support is also supplied.
Diffstat (limited to 'print/mgv/Makefile')
-rw-r--r-- | print/mgv/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile new file mode 100644 index 00000000000..fe1bc87e108 --- /dev/null +++ b/print/mgv/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/14 00:51:16 jtb Exp $ + +DISTNAME= mgv-3.1.5 +CATEGORIES= print +MASTER_SITES= http://www.trends.net/~mu/srcs/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.trends.net/~mu/mgv.html +COMMENT= Motif/LessTif user interface for Ghostscript + +GNU_CONFIGURE= yes +USE_X11= yes +USE_MOTIF= yes +USE_XPM= yes + +CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include +CONFIGURE_ARGS+= --with-motif-libs=${MOTIFBASE}/lib + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html + ${LN} -fs ${PREFIX}/share/mgv/3.1.5/help ${PREFIX}/share/doc/html/mgv + +.include "../../mk/bsd.pkg.mk" |