diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-17 15:09:16 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-17 15:09:16 +0000 |
commit | 4bb34290e6424386efd81735cd0579ee2e2db10a (patch) | |
tree | 36458fd3834f41ce0dc41f07f6f9b5fba9bb646f /misc/magicpoint | |
parent | a8112295cb69068058fa84e8c1fbfab0eb9a5bc1 (diff) | |
download | ports-4bb34290e6424386efd81735cd0579ee2e2db10a.tar.gz ports-4bb34290e6424386efd81735cd0579ee2e2db10a.zip |
Notes
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 38 | ||||
-rw-r--r-- | misc/magicpoint/distinfo | 1 | ||||
-rw-r--r-- | misc/magicpoint/pkg-comment | 1 | ||||
-rw-r--r-- | misc/magicpoint/pkg-descr | 14 | ||||
-rw-r--r-- | misc/magicpoint/pkg-plist | 41 |
5 files changed, 95 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile new file mode 100644 index 000000000000..8fa644ddc7bd --- /dev/null +++ b/misc/magicpoint/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: magicpoint +# Version required: 1.02a +# Date created: 24 December 1997 +# Whom: itojun@itojun.org +# +# $Id$ +# + +DISTNAME= mgp-1.02a +PKGNAME= magicpoint-1.02a +CATEGORIES= misc +MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ + +MAINTAINER= itojun@itojun.org + +USE_IMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-vflib + +DOCS= COPYRIGHT COPYRIGHT.jp README SYNTAX TODO.jp USAGE USAGE.jp +SAMPLES= README README.jp ascii.mgp cloud.gif dad.eps dad.gif \ + default.mgp gradation.mgp mgp-old1.gif mgp-old2.gif \ + mgp-old3.gif mgp1.gif mgp2.gif mgp3.gif sample.mgp \ + tutorial.mgp v6.mgp v6header.eps v6header.gif + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/mgp + for i in $(DOCS); do \ + ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/mgp; \ + done + ${MKDIR} ${PREFIX}/share/doc/mgp/sample + for i in $(SAMPLES); do \ + ${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/mgp/sample; \ + done +.endif + +.include <bsd.port.mk> diff --git a/misc/magicpoint/distinfo b/misc/magicpoint/distinfo new file mode 100644 index 000000000000..8fc3c436d731 --- /dev/null +++ b/misc/magicpoint/distinfo @@ -0,0 +1 @@ +MD5 (mgp-1.02a.tar.gz) = 867dbc62f7f9b54e5704c6b0d67f1254 diff --git a/misc/magicpoint/pkg-comment b/misc/magicpoint/pkg-comment new file mode 100644 index 000000000000..31b3be3297af --- /dev/null +++ b/misc/magicpoint/pkg-comment @@ -0,0 +1 @@ +an X11-based presentation tool. diff --git a/misc/magicpoint/pkg-descr b/misc/magicpoint/pkg-descr new file mode 100644 index 000000000000..07dad2048beb --- /dev/null +++ b/misc/magicpoint/pkg-descr @@ -0,0 +1,14 @@ + MagicPoint - an X11 based presentation tool + +MagicPoint is an X11 based presentation tool. It is designed to make +simple presentations easy while to make complicated presentations +possible. Its presentation file (whose suffix is typically .mgp) is +just text so that you can create presentation files quickly with your +favorite editor (e.g. Emacs). + +For more information, see /usr/X11R6/share/doc/mgp/*. +Sample files are located in /usr/X11R6/share/doc/mgp/sample. +It's a good idea to preview a sample file before installation. + % ./mgp tutorial.mgp + +see http://www.mew.org/mgp/ for upcoming information. diff --git a/misc/magicpoint/pkg-plist b/misc/magicpoint/pkg-plist new file mode 100644 index 000000000000..4bed8512ecfc --- /dev/null +++ b/misc/magicpoint/pkg-plist @@ -0,0 +1,41 @@ +bin/mgp +bin/mgp2ps +bin/mgpnet +bin/xwintoppm +lib/X11/mgp/default.mgp +lib/X11/mgp/mgp1.gif +lib/X11/mgp/mgp2.gif +lib/X11/mgp/mgp3.gif +share/doc/mgp/COPYRIGHT +share/doc/mgp/COPYRIGHT.jp +share/doc/mgp/README +share/doc/mgp/SYNTAX +share/doc/mgp/TODO.jp +share/doc/mgp/USAGE +share/doc/mgp/USAGE.jp +share/doc/mgp/sample/README +share/doc/mgp/sample/README.jp +share/doc/mgp/sample/ascii.mgp +share/doc/mgp/sample/cloud.gif +share/doc/mgp/sample/dad.eps +share/doc/mgp/sample/dad.gif +share/doc/mgp/sample/default.mgp +share/doc/mgp/sample/gradation.mgp +share/doc/mgp/sample/mgp-old1.gif +share/doc/mgp/sample/mgp-old2.gif +share/doc/mgp/sample/mgp-old3.gif +share/doc/mgp/sample/mgp1.gif +share/doc/mgp/sample/mgp2.gif +share/doc/mgp/sample/mgp3.gif +share/doc/mgp/sample/sample.mgp +share/doc/mgp/sample/tutorial.mgp +share/doc/mgp/sample/v6.mgp +share/doc/mgp/sample/v6header.eps +share/doc/mgp/sample/v6header.gif +man/man1/mgp.1.gz +man/man1/mgp2ps.1.gz +man/man1/mgpnet.1.gz +man/man1/xwintoppm.1.gz +@dirrm lib/X11/mgp +@dirrm share/doc/mgp/sample +@dirrm share/doc/mgp |