diff options
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" |