diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-09-03 21:06:27 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-09-03 21:06:27 +0000 |
commit | c44aa1025fcba37a9681ff3c349fdad8085af0ef (patch) | |
tree | a0741f34d5df8792f8396a031bcfac68d05abfd5 /java/eclipse-log4e/Makefile | |
parent | ca0b6f741ca38f9ebd6c1a308f95e56faa5a8e2a (diff) |
Add eclipse-log4e 0.7.6, eclipse plugin to use logger easily
in Java projects.
PR: java/71148
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=118091
Diffstat (limited to 'java/eclipse-log4e/Makefile')
-rw-r--r-- | java/eclipse-log4e/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/java/eclipse-log4e/Makefile b/java/eclipse-log4e/Makefile new file mode 100644 index 000000000000..1f2666421c36 --- /dev/null +++ b/java/eclipse-log4e/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: eclipse-log4e +# Date created: August 30, 2004 +# Whom: sugimura@jp.FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= log4e +PORTVERSION= 0.7.6 +CATEGORIES= java +MASTER_SITES= http://log4e.jayefem.de/download/eclipse3/ +PKGNAMEPREFIX= eclipse- +DISTNAME= de.jayefem.${PORTNAME}_${PORTVERSION} +EXTRACT_SUFX= .zip +DIST_SUBDIR= eclipse + +MAINTAINER= sugimura@jp.FreeBSD.ORG +COMMENT= Eclipse plugin to use logger easily in Java projects + +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse + +NO_BUILD= yes +NO_WRKSUBDIR= yes +USE_ZIP= yes + +do-install: + @${MKDIR} ${PREFIX}/eclipse + @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse + @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse + +.include <bsd.port.mk> |