1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/mapedit/Makefile
Pav Lucistnik 237e002096 - Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by:	glewis
With hat:	portmgr
2007-07-22 00:59:43 +00:00

39 lines
934 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.32
CATEGORIES= www
MASTER_SITES= http://www.boutell.com/mapedit/http/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= araujo@FreeBSD.org
COMMENT= A WWW authoring tool to create clickable maps
RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11
JDK_VERSION= 1.1.8
NO_BUILD= yes
DEPRECATED= Depends on obsolete version of jdk
EXPIRATION_DATE=2007-08-22
post-patch:
@${REINPLACE_CMD} -e "s|!!LOCALBASE!!|${LOCALBASE}|" ${WRKSRC}/mapedit
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>