1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/java/jcommon/Makefile
Ying-Chieh Liao 8a5ee179f9 add jcommon 0.8.8
A collection of useful classes used by JFreeChart and JFreeReport
2003-11-12 00:47:19 +00:00

25 lines
504 B
Makefile

# ex:ts=8
# Ports collection makefile for: jcommon
# Date created: Nov 11, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jcommon
PORTVERSION= 0.8.8
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jfreechart
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of useful classes used by JFreeChart and JFreeReport
USE_JAVA= 1.2+
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>