mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
add mmake
Create a Makefile for Your Java files, ready to compile
This commit is contained in:
parent
cffc056daa
commit
4c511558fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47310
6 changed files with 44 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
SUBDIR += linux-jdk
|
||||
SUBDIR += linux-jdk13
|
||||
SUBDIR += linux-jdk14
|
||||
SUBDIR += mmake
|
||||
SUBDIR += netrexx
|
||||
SUBDIR += openjit
|
||||
SUBDIR += perltools
|
||||
|
|
26
java/mmake/Makefile
Normal file
26
java/mmake/Makefile
Normal file
|
@ -0,0 +1,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>
|
1
java/mmake/distinfo
Normal file
1
java/mmake/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mmake-2.2.1.tar.gz) = 2190878bd79d115f7cf51a3793afffdc
|
1
java/mmake/pkg-comment
Normal file
1
java/mmake/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Create a Makefile for Your Java files, ready to compile
|
14
java/mmake/pkg-descr
Normal file
14
java/mmake/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
mmake is a small and effective script that will create a Makefile for Your
|
||||
Java files, ready to compile.
|
||||
|
||||
The Makefile generated with mmake supports:
|
||||
- Packages
|
||||
- JavaDoc
|
||||
- Clean up
|
||||
- C-preprocessor
|
||||
- Jar file
|
||||
- Install
|
||||
- Uninstall
|
||||
- Dependencies
|
||||
|
||||
WWW: http://www.tildeslash.com/mmake/
|
1
java/mmake/pkg-plist
Normal file
1
java/mmake/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/mmake
|
Loading…
Add table
Reference in a new issue