mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
25 lines
584 B
Makefile
25 lines
584 B
Makefile
PORTNAME= mmake
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 2
|
|
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
|
|
WWW= https://www.tildeslash.com/mmake/
|
|
|
|
BUILD_DEPENDS= jikes:java/jikes
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5 gmake
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/mmake share/man/man1/mmake.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E 's,(BIN|MAN)DIR),DESTDIR)$$(&,' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|