aboutsummaryrefslogtreecommitdiffstats
path: root/java/mmake/Makefile
blob: 8708ed70df612230867d4cda11afad8b90beb254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# New ports collection makefile for:    mmake
# Date created:         Sep 1, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   mmake
PORTVERSION=    2.2.1
CATEGORIES= java devel
MASTER_SITES=   http://www.tildeslash.com/mmake/dist/

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  jikes:${PORTSDIR}/java/jikes
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_PERL=   yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
NO_BUILD=   yes

MAN1=   mmake.1

.include <bsd.port.mk>