1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/java/mmake/Makefile

29 lines
524 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: mmake
# Date created: Sep 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mmake
2005-02-01 11:19:26 +00:00
PORTVERSION= 2.3
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}
2002-06-02 19:22:16 +00:00
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
NO_BUILD= yes
MAN1= mmake.1
PLIST_FILES= bin/mmake
.include <bsd.port.mk>