mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
48f060c787
To enable interoperability between Portlets and Portals, this specification defines a set of APIs for Portal computing addressing the areas of aggregation, personalization, presentation and security. WWW: http://www.jcp.org/en/jsr/detail?id=168/
28 lines
573 B
Makefile
28 lines
573 B
Makefile
# New ports collection makefile for: Portlet API
|
|
# Date created: October 04, 2005
|
|
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portlet-api
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel java
|
|
MASTER_SITES= http://www.ibiblio.org/maven/portlet-api/jars/
|
|
EXTRACT_SUFX= .jar
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= hq@FreeBSD.org
|
|
COMMENT= The Portlet API (JSR-168)
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.4+
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar
|
|
|
|
.include <bsd.port.mk>
|