1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/www/mapedit/Makefile
Andreas Klemm 1bd4bd9990 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:
1997-04-04 19:36:41 +00:00

32 lines
729 B
Makefile

# 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.4 1996/11/18 11:41:32 asami Exp $
#
DISTNAME= mapedit2.24
CATEGORIES= www
MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/
EXTRACT_SUFX= .freebsd.tar.Z
MAINTAINER= andreas@FreeBSD.ORG
USE_X11= yes
NO_BUILD= yes
NO_INSTALL_MANPAGES= yes
DOCDIR= ${PREFIX}/lib/X11/mapedit
pre-install:
@cat ${WRKSRC}/README.TXT
@echo ""
do-install:
mkdir -p ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/help.html ${DOCDIR}
${INSTALL_PROGRAM} ${WRKSRC}/mapedit ${PREFIX}/bin
.include <bsd.port.mk>