mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
702 B
Makefile
32 lines
702 B
Makefile
# New ports collection makefile for: eclipse-v4all
|
|
# Date created: Mon Mar 14 05:39:49 GMT 2005
|
|
# Whom: wes@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= v4all
|
|
PORTVERSION= 2.1.1.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= v4all
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
|
|
|
|
MAINTAINER= wes@freebsd.org
|
|
COMMENT= An Eclipse Plugin for Designing Java Swing & SWT GUIs
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
NO_BUILD= yes
|
|
USE_ZIP= yes
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
ECLIPSE= ${PREFIX}/eclipse
|
|
|
|
do-install:
|
|
@${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features
|
|
@${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins
|
|
|
|
.include <bsd.port.mk>
|