mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d26d09b244
these ports now build again.
33 lines
738 B
Makefile
33 lines
738 B
Makefile
# New ports collection makefile for: mapedit
|
|
# Date created: Fr 4 Apr 1997 17:45:31 MET DST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mapedit
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
|
|
|
|
JDK_VERSION= 1.1.8
|
|
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>
|