1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/jrobin/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

27 lines
504 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= jrobin
PORTVERSION= 1.5.14
CATEGORIES= databases java
MASTER_SITES= SF
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure Java alternative to RRDTool
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
CLASSES= jrobin
do-install:
.for c in ${CLASSES}
${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${c}.jar
@${ECHO} '${JAVAJARDIR:S,^${PREFIX}/,,}/${c}.jar' >> ${TMPPLIST}
.endfor
.include <bsd.port.mk>