b8f8618362
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
31 lines
727 B
Makefile
31 lines
727 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>
|
|
#
|
|
# $Id: Makefile,v 1.11 1999/08/22 23:33:30 mharo 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_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>
|