blob: 7f6d93960500a2aa5a2614a165435bf27586a1a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: eclipse-xsd
# Date created: January 13, 2004
# Whom: alex@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= eclipse-xsd
PORTVERSION= 1.1.1
CATEGORIES= java textproc
MASTER_SITES= http://download.eclipse.org/tools/downloads/xsd/
DISTNAME= xsd_1.1.1.1_20031120_1149WL
DIST_SUBDIR= eclipse
MAINTAINER= alex@FreeBSD.ORG
COMMENT= Eclipse XML Schema Infoset Model
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>
|