forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
451 B
Makefile
20 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>
|