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:
This commit is contained in:
Andreas Klemm 1997-04-04 19:36:41 +00:00
parent 70f2d41d67
commit 1bd4bd9990
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6137
4 changed files with 18 additions and 34 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (mapedit1.5.tar.Z) = 7ad4bd45951dc2e07bad032379e96ed2
MD5 (mapedit2.24.freebsd.tar.Z) = 93ed7e052bf1378d4ea0edfc5f014608

View file

@ -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>

View file

@ -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