freebsd-ports/java/cos/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

32 lines
883 B
Makefile

PORTNAME= cos
PORTVERSION= 2002.11.05
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= java devel
MASTER_SITES= http://www.servlets.com/cos/ \
http://www.oreilly.com.tw/bookcode/
DISTNAME= ${PORTNAME}-05Nov2002
MAINTAINER= java@FreeBSD.org
COMMENT= The O'Reilly package of utility classes for servlet developers
WWW= http://www.servlets.com/cos/index.html
# Converted from RESTRICTED
LICENSE= cos
LICENSE_NAME= cos
LICENSE_TEXT= Special conditions apply for commercial use, see licence
LICENSE_PERMS= auto-accept
NO_WRKSUBDIR= yes
USES= zip
USE_JAVA= yes
NO_BUILD= yes
DATAFILES= readme.txt license.txt doc
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
do-install:
@${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${STAGEDIR}${JAVAJARDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/upload.war ${STAGEDIR}${DATADIR}/doc
.include <bsd.port.mk>