| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/java/netcomponents/ |
Upload File : |
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
WWW= http://www.savarese.org/oro/downloads/index.html #NetComponents
# 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>