blob: bba5ba38ae0409bd7bd4942235de8bee5ed5021b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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 tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|