2013-08-03 08:45:51 +00:00
|
|
|
# Created by: ijliao
|
2001-09-02 07:56:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mmake
|
2005-02-01 11:19:26 +00:00
|
|
|
PORTVERSION= 2.3
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
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
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-09-02 07:56:56 +00:00
|
|
|
|
2014-05-26 12:19:32 +00:00
|
|
|
USES= perl5 gmake
|
2001-09-02 07:56:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2014-05-31 14:33:59 +00:00
|
|
|
PLIST_FILES= bin/mmake man/man1/mmake.1.gz
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E 's,(BIN|MAN)DIR),DESTDIR)$$(&,' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2001-09-02 07:56:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|