blob: 99c4dd02f9ac5d719eee0c9225d8b920fd9a31dc (
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
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= mmake
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://www.tildeslash.com/mmake/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create a Makefile for Your Java files, ready to compile
BUILD_DEPENDS= jikes:java/jikes
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 gmake
GNU_CONFIGURE= yes
NO_BUILD= yes
PLIST_FILES= bin/mmake man/man1/mmake.1.gz
post-patch:
@${REINPLACE_CMD} -E 's,(BIN|MAN)DIR),DESTDIR)$$(&,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|