1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/java/mmake/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
540 B
Makefile

# ex:ts=8
# New ports collection makefile for: mmake
# Date created: Sep 1, 2001
# Whom: 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}
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
NO_BUILD= yes
MAN1= mmake.1
PLIST_FILES= bin/mmake
.include <bsd.port.mk>