freebsd-ports/java/netcomponents/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

37 lines
970 B
Makefile

# Created by: Ernst de Haan <znerd@FreeBSD.org>
PORTNAME= netcomponents
PORTVERSION= 1.3.8
PORTREVISION= 3
CATEGORIES= java net
MASTER_SITES= http://www.savarese.org/oro/downloads/
DISTNAME= NetComponents-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java library with common network protocol implementations
# Converted from RESTRICTED
LICENSE= NetComponents
LICENSE_NAME= NetComponents
LICENSE_TEXT= May not redistribute except as part of a new software product
LICENSE_PERMS= auto-accept
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
USES= zip
USE_JAVA= yes
WRKSRC= ${WRKDIR}/NetComponents-1.3.8a
NO_BUILD= yes
JARFILE= NetComponents.jar
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= must be manually fetched from ${MASTER_SITES}. Download\
${DISTFILES}, place it in ${DISTDIR} and restart this build
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.post.mk>