090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
36 lines
958 B
Makefile
36 lines
958 B
Makefile
# New ports collection makefile for: cos
|
|
# Date created: 1999/07/05
|
|
# Whom: Jose Marques <noway@nohow.demon.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cos
|
|
PORTVERSION= 2002.11.05
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_JAVA= yes
|
|
NO_BUILD= yes
|
|
RESTRICTED= "Special conditions apply for commercial use, see licence"
|
|
DATAFILES= readme.txt license.txt doc
|
|
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${JAVAJARDIR}/
|
|
@cd ${WRKSRC} \
|
|
&& ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \
|
|
&& ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
|
|
@${INSTALL_DATA} ${WRKSRC}/upload.war ${DATADIR}/doc
|
|
|
|
.include <bsd.port.mk>
|