- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke
2014-02-01 15:38:50 +00:00
parent 63ba3f4211
commit f53c4cf27d
2 changed files with 2 additions and 5 deletions

View File

@@ -10,15 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java source to byte-code compiler made available by IBM
MAN1= jikes.1
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= iconv
USES= iconv gmake
USE_BZIP2= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
NO_STAGE= yes
.include <bsd.port.mk>

View File

@@ -1,4 +1,5 @@
bin/jikes
include/jikesapi.h
man/man1/jikes.1.gz
share/doc/jikes-%%PORTVERSION%%/license.htm
@dirrm share/doc/jikes-%%PORTVERSION%%