summaryrefslogtreecommitdiff
path: root/www/mapedit
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-04-04 19:36:41 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-04-04 19:36:41 +0000
commit1bd4bd9990c06cc49e2eea3baf41fcc0186d6888 (patch)
tree736648fcf8cd39de6a9836cd3a7559d55fec93f5 /www/mapedit
parentUpgrade, 2.8.0 -> 2.8.2. (diff)
Upgraded mapedit port to v 2.24.
New: this package is only available as binary, but it's a FreeBSD one ;-) The author gave me permission via e-mail, that we are allowed to put it onto the FreeBSD CD-Rom. Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=6137
Diffstat (limited to 'www/mapedit')
-rw-r--r--www/mapedit/Makefile32
-rw-r--r--www/mapedit/distinfo2
-rw-r--r--www/mapedit/files/patch-aa13
-rw-r--r--www/mapedit/pkg-plist5
4 files changed, 18 insertions, 34 deletions
diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile
index 41d7372c291e..723cdb35da4b 100644
--- a/www/mapedit/Makefile
+++ b/www/mapedit/Makefile
@@ -1,33 +1,31 @@
-# New ports collection makefile for: mapedit
-# Version required: 1.5
-# Date created: Sun Mar 17 17:59:48 MET 1996
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
+# New ports collection makefile for: mapedit
+# Version required: 2.24
+# Date created: Fr 4 Apr 1997 17:45:31 MET DST
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.3 1996/10/19 09:15:56 andreas Exp $
+# $Id: Makefile,v 1.4 1996/11/18 11:41:32 asami Exp $
#
-DISTNAME= mapedit1.5
-PKGNAME= mapedit-1.5
+DISTNAME= mapedit2.24
CATEGORIES= www
MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/
-EXTRACT_SUFX= .tar.Z
+EXTRACT_SUFX= .freebsd.tar.Z
-MAINTAINER= andreas@klemm.gtn.com
+MAINTAINER= andreas@FreeBSD.ORG
-USE_IMAKE= yes
+USE_X11= yes
+NO_BUILD= yes
NO_INSTALL_MANPAGES= yes
DOCDIR= ${PREFIX}/lib/X11/mapedit
pre-install:
- @cat ${FILESDIR}/COPYRIGHT
- @echo ""
- @cat ${WRKSRC}/README
+ @cat ${WRKSRC}/README.TXT
@echo ""
-post-install:
+do-install:
mkdir -p ${DOCDIR}
- cp ${WRKSRC}/LICENSE ${DOCDIR}
- cp ${WRKSRC}/README ${DOCDIR}
- cp ${WRKSRC}/mapedit.html ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/help.html ${DOCDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/mapedit ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/www/mapedit/distinfo b/www/mapedit/distinfo
index 7ce2bf879ea2..dcda3dbf3f98 100644
--- a/www/mapedit/distinfo
+++ b/www/mapedit/distinfo
@@ -1 +1 @@
-MD5 (mapedit1.5.tar.Z) = 7ad4bd45951dc2e07bad032379e96ed2
+MD5 (mapedit2.24.freebsd.tar.Z) = 93ed7e052bf1378d4ea0edfc5f014608
diff --git a/www/mapedit/files/patch-aa b/www/mapedit/files/patch-aa
deleted file mode 100644
index e9165ace2434..000000000000
--- a/www/mapedit/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-*** gd.c.orig Sun Mar 17 19:28:12 1996
---- gd.c Sun Mar 17 19:29:10 1996
-***************
-*** 1,4 ****
---- 1,8 ----
-+ #ifdef __FreeBSD__
-+ #include <stdlib.h>
-+ #else
- #include <malloc.h>
-+ #endif
- #include <stdio.h>
- #include <math.h>
- #include <string.h>
diff --git a/www/mapedit/pkg-plist b/www/mapedit/pkg-plist
index c40adf20a3df..a8bc7ce6127f 100644
--- a/www/mapedit/pkg-plist
+++ b/www/mapedit/pkg-plist
@@ -1,4 +1,3 @@
bin/mapedit
-lib/X11/mapedit/LICENSE
-lib/X11/mapedit/README
-lib/X11/mapedit/mapedit.html
+lib/X11/mapedit/README.TXT
+lib/X11/mapedit/help.html