diff options
author | andreas <andreas@FreeBSD.org> | 1997-04-05 03:36:41 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-04-05 03:36:41 +0800 |
commit | c045022ef5c7a80076b537d7409e37ee8e4d848e (patch) | |
tree | c80224685df1ea2b16fd7cc974f357189b666b48 /www/mapedit/Makefile | |
parent | 9db654bd201ea98edebe7b6302c8c5dd63e1dc84 (diff) | |
download | freebsd-ports-graphics-c045022ef5c7a80076b537d7409e37ee8e4d848e.tar.gz freebsd-ports-graphics-c045022ef5c7a80076b537d7409e37ee8e4d848e.tar.zst freebsd-ports-graphics-c045022ef5c7a80076b537d7409e37ee8e4d848e.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:
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 41d7372c291..723cdb35da4 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> |