diff options
author | andreas <andreas@FreeBSD.org> | 1997-04-04 19:36:41 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-04-04 19:36:41 +0000 |
commit | c045022ef5c7a80076b537d7409e37ee8e4d848e (patch) | |
tree | c80224685df1ea2b16fd7cc974f357189b666b48 /www/mapedit | |
parent | 9db654bd201ea98edebe7b6302c8c5dd63e1dc84 (diff) | |
download | FreeBSD-ports-c045022ef5c7a80076b537d7409e37ee8e4d848e.zip FreeBSD-ports-c045022ef5c7a80076b537d7409e37ee8e4d848e.tar.gz |
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:
Diffstat (limited to 'www/mapedit')
-rw-r--r-- | www/mapedit/Makefile | 32 | ||||
-rw-r--r-- | www/mapedit/distinfo | 2 | ||||
-rw-r--r-- | www/mapedit/files/patch-aa | 13 | ||||
-rw-r--r-- | www/mapedit/pkg-plist | 5 |
4 files changed, 18 insertions, 34 deletions
diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index 41d7372..723cdb3 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 7ce2bf8..dcda3db 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 e9165ac..0000000 --- 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 c40adf2..a8bc7ce 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 |