HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/java/mmake/Makefile
# Created by: ijliao

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:java/jikes
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5 gmake
GNU_CONFIGURE=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/mmake man/man1/mmake.1.gz

post-patch:
	@${REINPLACE_CMD} -E 's,(BIN|MAN)DIR),DESTDIR)$$(&,' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>