1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/java/jikes/Makefile
2002-10-13 19:22:43 +00:00

23 lines
446 B
Makefile

# New ports collection makefile for: jikes
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
# $FreeBSD$
#
PORTNAME= jikes
PORTVERSION= 1.15
PORTREVISION= 2
CATEGORIES= java
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
MAINTAINER= archie@freebsd.org
MAN1= jikes.1
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>