blob: 31eefd8f9438a5c114b16eb35ed4a9d23a4fc713 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|