freebsd-ports/www/mapedit/Makefile
Andreas Klemm ab10519a48 Reducing Maintainership to an amount of ports
I can handle.

Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20 17:01:26 +00:00

30 lines
685 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>
#
# $FreeBSD$
#
DISTNAME= mapedit2.3
PKGNAME= mapedit-2.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/java/bin/java:${PORTSDIR}/java/jdk
NO_BUILD= yes
pre-install:
@${CAT} ${WRKSRC}/README.TXT
@${ECHO_MSG} ""
do-install:
${MKDIR} ${PREFIX}/lib/mapedit
${CP} -r ${WRKSRC}/* ${PREFIX}/lib/mapedit
${INSTALL_SCRIPT} ${PREFIX}/lib/mapedit/mapedit ${PREFIX}/bin
${RM} -f ${PREFIX}/lib/mapedit/mapedit
.include <bsd.port.mk>