- Update to bsd.java.mk 2.0

- Some portlint fixes

PR:		102195
Submitted by:	hq
Approved by:	maintainer timeout
This commit is contained in:
Herve Quiroz 2006-09-06 22:24:22 +00:00
parent 73a2d942e7
commit f1256ca9f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172430

View file

@ -16,10 +16,11 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ari.suutari@syncrontech.com MAINTAINER= ari.suutari@syncrontech.com
COMMENT= Sun's Java Communications API COMMENT= Sun's Java Communications API
USE_JAVA= 1.3+ USE_JAVA= yes
JAVA_VERSION= 1.3+
NO_CDROM= "Sun has a funky license for this software" NO_CDROM= Sun has a funky license for this software
RESTRICTED= "no commercial use" RESTRICTED= no commercial use
NO_BUILD= YES NO_BUILD= YES
WRKSRC= ${WRKDIR}/commapi WRKSRC= ${WRKDIR}/commapi
@ -32,7 +33,7 @@ DISTPATH= ${DISTDIR}/${DISTFILE}
PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///} PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///}
.if defined(BATCH) || defined(PACKAGE_BUILDING) .if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "Should be fetched manually" IGNORE= should be fetched manually
.endif .endif
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>