2001-09-02 07:56:56 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: mmake
|
|
|
|
# Date created: Sep 1, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mmake
|
2005-02-01 11:19:26 +00:00
|
|
|
PORTVERSION= 2.3
|
2001-09-02 07:56:56 +00:00
|
|
|
CATEGORIES= java devel
|
|
|
|
MASTER_SITES= http://www.tildeslash.com/mmake/dist/
|
|
|
|
|
2004-12-03 01:01:33 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Create a Makefile for Your Java files, ready to compile
|
2001-09-02 07:56:56 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-06-02 19:22:16 +00:00
|
|
|
USE_PERL5= yes
|
2001-09-02 07:56:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
MAN1= mmake.1
|
|
|
|
PLIST_FILES= bin/mmake
|
2001-09-02 07:56:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|