1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/java/mmake/Makefile

26 lines
469 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
GNU_CONFIGURE= yes
USE_GMAKE= yes
NO_BUILD= yes
MAN1= mmake.1
PLIST_FILES= bin/mmake
NO_STAGE= yes
.include <bsd.port.mk>