1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/mercurialeclipse/Makefile
2011-05-02 12:44:53 +00:00

36 lines
809 B
Makefile

# New ports collection makefile for: mercurialeclipse
# Date created: 2009-06-27
# Whom: Edmondas Girkantas <eg@fbsd.lt>
#
# $FreeBSD$
#
PORTNAME= mercurialeclipse
PORTVERSION= 1.4.1286
PORTREVISION= 3
CATEGORIES= devel java
MASTER_SITES= http://www.vectrace.com/eclipse-update/plugins/
DISTNAME= com.vectrace.MercurialEclipse_${PORTVERSION}
EXTRACT_SUFX= .jar
DIST_SUBDIR= eclipse
EXTRACT_ONLY=
MAINTAINER= eg@fbsd.lt
COMMENT= A mercurial plugin for the Eclipse IDE Framework
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
PLIST_SUB= VER=${PORTVERSION}
NO_BUILD= yes
NO_WRKSUBDIR= yes
ECLIPSE= ${PREFIX}/lib/eclipse
PLUGINS= plugins
do-install:
@${MKDIR} ${ECLIPSE}/${PLUGINS}
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
.include <bsd.port.mk>