From 8a64613d33650f3746979ef6904f8340b7838ecd Mon Sep 17 00:00:00 2001 From: kevlo Date: Sun, 16 Jun 2002 13:33:49 +0000 Subject: [PATCH] - add netpbm package to run properly; Thanks to Denis Afonin . - drop maintainership --- misc/magicpoint/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 2740192c1b6..789ac8667bb 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2001/11/26 16:09:59 kevlo Exp $ +# $OpenBSD: Makefile,v 1.24 2002/06/16 13:33:49 kevlo Exp $ COMMENT= "X11-based presentation tool" @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ HOMEPAGE= http://www.mew.org/mgp/ -MAINTAINER= Kevin Lo - PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -21,6 +19,7 @@ LIB_DEPENDS+= ttf.1::print/freetype \ png.2::graphics/png \ mng::graphics/libmng \ ungif.5::graphics/libungif +RUN_DEPENDS+= pnmscale::graphics/netpbm MODULES= gettext @@ -67,13 +66,13 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/contrib/mgp-el/$$i \ ${PREFIX}/share/mgp/emacs; \ done - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/eqn2eps.sh \ + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/eqn2eps.sh \ ${PREFIX}/bin/eqn2eps - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/mgp2html.pl \ + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/mgp2html.pl \ ${PREFIX}/bin/mgp2html - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/mgp2latex.pl \ + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/mgp2latex.pl \ ${PREFIX}/bin/mgp2latex - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/tex2eps.sh \ + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/tex2eps.sh \ ${PREFIX}/bin/tex2eps .include