1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/java/jikes/Makefile
Martin Wilke f53c4cf27d - Stage support
- Convert to USES
2014-02-01 15:38:50 +00:00

21 lines
471 B
Makefile

# Created by: Matthew Dillon <dillon@backplane.com>
# $FreeBSD$
PORTNAME= jikes
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java source to byte-code compiler made available by IBM
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
USES= iconv gmake
USE_BZIP2= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>