opnsense-ports/java/mmake/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

25 lines
520 B
Makefile

# Created by: ijliao
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>