aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-j/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xalan-j/Makefile')
-rw-r--r--textproc/xalan-j/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile
deleted file mode 100644
index 2c2d1f2a585e..000000000000
--- a/textproc/xalan-j/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: jakarta-ant
-# Date created: 21 February 2001
-# Whom: ernst@jollem.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= xalan-j
-PORTVERSION= 2.0.1
-CATEGORIES= java textproc
-MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \
- http://xml.apache.org/dist/old/${PORTNAME}/ \
- http://www.jollem.com/~ernst/
-DISTNAME= ${PORTNAME}_2_0_1
-
-MAINTAINER= ernst@jollem.com
-
-RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper
-
-JAVAVM?= ${LOCALBASE}/bin/javavm
-
-NO_BUILD= YES
-PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION}
-
-do-install:
- @${MKDIR} ${PORTDESTDIR}
- @${CP} -r ${WRKSRC}/* ${PORTDESTDIR}
-
-.include <bsd.port.mk>