opnsense-ports/java/mmake/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
544 B
Makefile

# 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:${PORTSDIR}/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>