diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-04-04 19:36:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-04-04 19:36:41 +0000 |
commit | 1bd4bd9990c06cc49e2eea3baf41fcc0186d6888 (patch) | |
tree | 736648fcf8cd39de6a9836cd3a7559d55fec93f5 /www/mapedit/Makefile | |
parent | 70f2d41d67f006b230443c1a47eb314546e6b6fb (diff) | |
download | ports-1bd4bd9990c06cc49e2eea3baf41fcc0186d6888.tar.gz ports-1bd4bd9990c06cc49e2eea3baf41fcc0186d6888.zip |
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/Makefile')
-rw-r--r-- | www/mapedit/Makefile | 32 |
1 files changed, 15 insertions, 17 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> |