mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
8a5ee179f9
A collection of useful classes used by JFreeChart and JFreeReport
25 lines
504 B
Makefile
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>
|