summaryrefslogtreecommitdiff
path: root/java/gnu-regexp/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 08:32:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 08:32:36 +0000
commitc05549c00de94ffee0c997cc1c24dea143704080 (patch)
tree73461093658445c147f5e61064be86258fc35956 /java/gnu-regexp/Makefile
parent- Update to 2.13.61 (diff)
remove unmaintained expired ports from java
2011-05-01 java/avalon-logkit: Upstream disapear and distfile is no more available 2011-05-01 java/gnu-regexp: Upstream disapear and distfile is no more available 2011-05-01 java/jce-aba: Upstream disapear and distfile is no more available 2011-05-01 java/jsdk: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273460
Diffstat (limited to 'java/gnu-regexp/Makefile')
-rw-r--r--java/gnu-regexp/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/java/gnu-regexp/Makefile b/java/gnu-regexp/Makefile
deleted file mode 100644
index 32eb411ca618..000000000000
--- a/java/gnu-regexp/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: gnu-regexp
-# Date created: December 6th 2000
-# Whom: des
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnu-regexp
-PORTVERSION= 1.1.4
-PORTREVISION= 2
-CATEGORIES= java devel
-MASTER_SITES= ftp://ftp.tralfamadore.com/pub/java/
-DISTNAME= gnu.regexp-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A regexp library for Java
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_JAVA= yes
-NO_BUILD= yes
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-${PORTVERSION}.jar \
- ${JAVAJARDIR}/${PORTNAME}.jar
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/docs && ${FIND} . \
- | ${CPIO} -pdmu -R ${DOCOWN}:${DOCGRP} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>