1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/java/eclipse-pydev/Makefile
2009-02-11 10:14:36 +00:00

41 lines
996 B
Makefile

# New ports collection makefile for: eclipse-pydev
# Date created: 2007-11-16
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pydev
PORTVERSION= 1.4.2
#PORTREVISION= 0
#PORTEPOCH= 0
CATEGORIES= java devel python
MASTER_SITES= SF
PKGNAMEPREFIX= eclipse-
DISTFILES= org.python.pydev.feature-${PORTVERSION:S,.,_,g}.zip
MAINTAINER= nivit@FreeBSD.org
COMMENT= Eclipse plugin for Python and Jython development
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
JAVA_VERSION= 1.5+
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_JAVA= yes
USE_ZIP= yes
do-install:
@cd ${WRKDIR} && ${CP} -R eclipse ${PREFIX}/;
post-install:
@cd ${WRKDIR}; \
${ECHO_CMD} "@comment pkg-plist automatically generated" >> ${TMPPLIST}; \
${FIND} -s eclipse -type f -exec ${ECHO_CMD} {} ";" >> ${TMPPLIST}; \
${FIND} -s eclipse -type d | ${SORT} -r | ${GREP} -vE '^eclipse$$|^eclipse/plugins$$|^eclipse/features$$' | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST};
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>