# New ports collection makefile for: mx4j # Date created: 16 Jan 2005 # Whom: Filippo Natali # # $FreeBSD$ # PORTNAME= mx4j PORTVERSION= 2.1.1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= filippo.natali@gmail.com COMMENT= Open Source implementation of the Java Management Extensions (JMX) USE_JAVA= yes JAVA_VERSION= 1.3+ .if !defined(NOPORTDOCS) PORTDOCS= * .endif JARFILES= mx4j-examples.jar mx4j-impl.jar mx4j-jmx.jar \ mx4j-remote.jar mx4j-rimpl.jar mx4j-rjmx.jar \ mx4j-soap.war mx4j-tools.jar mx4j.jar PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} NO_BUILD= yes post-extract: @${FIND} -s -d ${WRKSRC}/examples -type d -exec ${RMDIR} {} \; >/dev/null 2>&1 || true do-install: do-install-jar do-install-javadoc do-install-jar: @${ECHO_MSG} -n ">> Installing .jar files..." @for jarfile in ${JARFILES}; do \ ${INSTALL_DATA} ${WRKSRC}/lib/$$jarfile ${JAVAJARDIR} ; \ done @${ECHO_MSG} " [DONE]" do-install-javadoc: .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @cd ${WRKSRC}/docs \ && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; @${ECHO_MSG} " [DONE]" @${ECHO_MSG} -n ">> Installing examples in ${EXAMPLESDIR}..." @cd ${WRKSRC}/examples \ && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; @${ECHO_MSG} " [DONE]" @${FIND} -s ${WRKSRC}/examples -not -type d \ | ${SED} -ne 's,^${WRKSRC}/examples,${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${FIND} -s -d ${WRKSRC}/examples -type d \ | ${SED} -ne 's,^${WRKSRC}/examples,@dirrm ${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} .endif .include _and_yarn/devel/electron4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - update to 0.16leeym2009-05-203-6/+13
* Update to 0.15erwin2009-05-153-7/+5
* - Update to 0.13miwi2009-03-162-8/+6
* - update to 0.12leeym2008-11-222-7/+8
* Hunt for typos in devel/p5-*.olgeni2008-05-241-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-17