freebsd-ports/java/netcomponents/Makefile
Tijl Coosemans eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00

35 lines
874 B
Makefile

# Created by: Ernst de Haan <znerd@FreeBSD.org>
# $FreeBSD$
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
RESTRICTED= May not redistribute except as part of a new software product
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>