[Midnightbsd-cvs] mports [16938] trunk/java/jikes/Makefile: make jikes fetchable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 12:15:58 EDT 2014


Revision: 16938
          http://svnweb.midnightbsd.org/mports/?rev=16938
Author:   laffer1
Date:     2014-09-07 12:15:58 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
make jikes fetchable

Modified Paths:
--------------
    trunk/java/jikes/Makefile

Modified: trunk/java/jikes/Makefile
===================================================================
--- trunk/java/jikes/Makefile	2014-09-07 16:14:08 UTC (rev 16937)
+++ trunk/java/jikes/Makefile	2014-09-07 16:15:58 UTC (rev 16938)
@@ -2,22 +2,20 @@
 
 PORTNAME=	jikes
 PORTVERSION=	1.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java
 MASTER_SITES=	SF/${PORTNAME}/Jikes/${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A very fast Java source to byte-code compiler made available by IBM
+COMMENT=	Java source to byte-code compiler made available by IBM
+
 LICENSE=	other
 
-MAN1=		jikes.1
-
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		iconv
-USE_BZIP2=	yes
+USES=		iconv gmake tar:bzip2
 
-CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list