mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
451 B
Makefile
21 lines
451 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 tar:bzip2
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|