diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 05:34:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 05:34:15 +0000 |
commit | 93aaca3a3cf2bc5b894539ca19af9050a74eb231 (patch) | |
tree | 8626c7a08af9afe0fc4261d18bc83055f293f35d /palm/jfconv/Makefile | |
parent | Forced commit to note repocopies of the following ports: (diff) |
Remove unmaintain expired ports from palm
2011-05-01 palm/jfconv: Upstream disapear and distfile is no more available
2011-05-01 palm/palmpower: Upstream disapear and distfile is no more available
2011-05-01 palm/sitescooper: Upstream disapear and distfile is no more available
2011-05-01 palm/uppc-kmod: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273437
Diffstat (limited to 'palm/jfconv/Makefile')
-rw-r--r-- | palm/jfconv/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/palm/jfconv/Makefile b/palm/jfconv/Makefile deleted file mode 100644 index b09b63f23e22..000000000000 --- a/palm/jfconv/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# ports collection makefile for: jfconv -# Date created: 14 May 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= jfconv -PORTVERSION= 2000.05.17 -CATEGORIES= palm databases -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= knu -DISTNAME= jconv -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Converts JFile database to CSV, and vice versa - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -ALL_TARGET= # none - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin/jfconv -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> |