mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
30 lines
541 B
Makefile
30 lines
541 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>
|