blob: 3a6b0e31e18cda83303fae87039f5cc68ce97c77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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.10 1999/06/28 19:29:03 billf Exp $
#
DISTNAME= mapedit2.3
PKGNAME= mapedit-2.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/
MAINTAINER= andreas@FreeBSD.ORG
RUN_DEPENDS= ${PREFIX}/java/bin/java:${PORTSDIR}/java/jdk
NO_BUILD= yes
pre-install:
@${CAT} ${WRKSRC}/README.TXT
@echo ""
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>
|