summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>1999-06-15 04:33:11 +0000
committeritojun <itojun>1999-06-15 04:33:11 +0000
commit3b133588c1a655ccd64c5e6a5294a9f0c89fea4c (patch)
tree3abae611a70a73f2c51957f11c3bbff1a6b32db4
parentb669b6b5f5673b4edb40186f58118c4a1c670fd1 (diff)
downloadpkgsrc-3b133588c1a655ccd64c5e6a5294a9f0c89fea4c.tar.gz
pkgsrc dir for magicpoint presentation tool.
NOTE: pkglint warns about DISTNAME/PKGNAME. it should be ignored ("?=" is used for future import of pkgsrc/japanese/magicpoint)
-rw-r--r--misc/Makefile3
-rw-r--r--misc/magicpoint/Makefile13
-rw-r--r--misc/magicpoint/files/md52
-rw-r--r--misc/magicpoint/pkg/PLIST7
4 files changed, 18 insertions, 7 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 1314c98e2b3..f2fc16c9165 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 1999/05/10 04:08:23 sakamoto Exp $
+# $NetBSD: Makefile,v 1.42 1999/06/15 04:33:11 itojun Exp $
# FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp
SUBDIR += astrolog
@@ -30,6 +30,7 @@
SUBDIR += linuxls
SUBDIR += logsurfer
SUBDIR += lv
+ SUBDIR += magicpoint
# SUBDIR += mmv
SUBDIR += most
# SUBDIR += mshell # displays nothing, needs debugging - HF
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 17b3529b30c..921fe5c3eb4 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -3,7 +3,8 @@
# Date created: 24 December 1997
# Whom: itojun@itojun.org
#
-# $Id: Makefile,v 1.1.1.1 1999/06/15 04:30:37 itojun Exp $
+# $NetBSD: Makefile,v 1.2 1999/06/15 04:33:11 itojun Exp $
+# Based on FreeBSD Id: Makefile,v 1.8 1998/12/12 21:03:35 jseger Exp
#
DISTNAME= magicpoint-1.04a
@@ -13,9 +14,10 @@ CATEGORIES= misc
MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/
MAINTAINER= itojun@itojun.org
+HOMEPAGE= http://www.mew.org/mgp/
# plus sign is for localized (i.e. Japanese) version
-LIB_DEPENDS+= ttf.3:${PORTSDIR}/print/freetype
+DEPENDS+= freetype-1.1:${.CURDIR}../../print/freetype
USE_IMAKE= yes
GNU_CONFIGURE= yes
@@ -27,8 +29,6 @@ post-configure:
post-build:
(cd ${WRKSRC}/contrib/xmindpath; make)
-MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1
-
DOCS= COPYRIGHT COPYRIGHT.jp README README.fonts README.fonts.jp \
SYNTAX TODO.jp USAGE USAGE.jp
SAMPLES= README README.jp ascii.mgp cloud.gif dad.eps dad.gif dns.mgp \
@@ -45,8 +45,9 @@ SAMPLES= README README.jp cloud.gif dad.eps dad.gif default.mgp \
# NOTE: there are some discussions/twists in gzip'ing xmindpath.1.
post-install:
+ (cd ${WRKSRC}; make install.man)
(cd ${WRKSRC}/contrib/xmindpath; make install)
- ${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1
+# ${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mgp
for i in $(DOCS); do \
@@ -58,4 +59,4 @@ post-install:
done
.endif
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/magicpoint/files/md5 b/misc/magicpoint/files/md5
index 9da47ba475d..5bb1d16d0fe 100644
--- a/misc/magicpoint/files/md5
+++ b/misc/magicpoint/files/md5
@@ -1 +1,3 @@
+$NetBSD: md5,v 1.2 1999/06/15 04:33:12 itojun Exp $
+
MD5 (magicpoint-1.04a.tar.gz) = afc4029060759b6be53c5114f73e6a3a
diff --git a/misc/magicpoint/pkg/PLIST b/misc/magicpoint/pkg/PLIST
index 861f32f7264..4af56d20407 100644
--- a/misc/magicpoint/pkg/PLIST
+++ b/misc/magicpoint/pkg/PLIST
@@ -1,3 +1,4 @@
+@comment $NetBSD: PLIST,v 1.2 1999/06/15 04:33:12 itojun Exp $
bin/mgp
bin/mgp2ps
bin/mgpembed
@@ -50,3 +51,9 @@ share/doc/mgp/sample/v6header.gif
@dirrm lib/X11/mgp
@dirrm share/doc/mgp/sample
@dirrm share/doc/mgp
+man/cat1/mgp.0
+man/cat1/mgp2ps.0
+man/cat1/mgpembed.0
+man/cat1/mgpnet.0
+man/cat1/xwintoppm.0
+man/man1/xmindpath.1