1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/java/eclipseme/Makefile
2010-02-05 11:46:55 +00:00

40 lines
964 B
Makefile

# New ports collection makefile for: eclipseme
# Date created: July 22, 2004
# Whom: past@ebs.gr
#
# $FreeBSD$
#
PORTNAME= eclipseme
PORTVERSION= 0.4.6
PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= ${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Eclipse J2ME Plugin
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/bin/ktoolbar:${PORTSDIR}/java/sun-wtk
NO_BUILD= yes
USE_ZIP= yes
NO_WRKSUBDIR= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
APP_HOME= ${PREFIX}/eclipse/plugins/${PORTNAME}_${PORTVERSION}
.if defined(WITH_PROGUARD)
RUN_DEPENDS+= ${LOCALBASE}/share/proguard/lib/proguard.jar:${PORTSDIR}/java/proguard
.endif
do-install:
@${MKDIR} ${PREFIX}/eclipse/plugins
@${CP} -R ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
post-install:
@${CAT} ./pkg-message | ${SED} -e 's|%%PREFIX%%|${APP_HOME}|'
.include <bsd.port.mk>