1997-04-04 21:36:41 +02:00
|
|
|
# New ports collection makefile for: mapedit
|
|
|
|
# Date created: Fr 4 Apr 1997 17:45:31 MET DST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
1996-03-17 23:45:48 +01:00
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1996-03-17 23:45:48 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= mapedit
|
2001-02-05 16:33:58 +01:00
|
|
|
PORTVERSION= 2.3
|
2000-10-29 23:58:07 +01:00
|
|
|
PORTREVISION= 1
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= www
|
2003-10-27 02:23:59 +01:00
|
|
|
MASTER_SITES= http://www.boutell.com/mapedit/http/
|
2000-04-10 02:07:29 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1996-03-17 23:45:48 +01:00
|
|
|
|
2000-02-20 18:01:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A WWW authoring tool to create clickable maps
|
1996-03-17 23:45:48 +01:00
|
|
|
|
2002-06-16 00:40:33 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11
|
1998-03-17 20:55:10 +01:00
|
|
|
|
2000-10-29 23:39:07 +01:00
|
|
|
JDK_VERSION= 1.1.8
|
1998-03-17 20:55:10 +01:00
|
|
|
NO_BUILD= yes
|
2002-11-03 22:28:10 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|!!LOCALBASE!!|${LOCALBASE}|" ${WRKSRC}/mapedit
|
1996-03-17 23:45:48 +01:00
|
|
|
|
|
|
|
pre-install:
|
1999-08-23 01:33:47 +02:00
|
|
|
@${CAT} ${WRKSRC}/README.TXT
|
1999-08-28 00:30:39 +02:00
|
|
|
@${ECHO_MSG} ""
|
1996-03-17 23:45:48 +01:00
|
|
|
|
1997-04-04 21:36:41 +02:00
|
|
|
do-install:
|
1998-03-17 20:55:10 +01:00
|
|
|
${MKDIR} ${PREFIX}/lib/mapedit
|
|
|
|
${CP} -r ${WRKSRC}/* ${PREFIX}/lib/mapedit
|
|
|
|
${INSTALL_SCRIPT} ${PREFIX}/lib/mapedit/mapedit ${PREFIX}/bin
|
|
|
|
${RM} -f ${PREFIX}/lib/mapedit/mapedit
|
1996-03-17 23:45:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|