diff options
Diffstat (limited to 'news/ija/Makefile')
-rw-r--r-- | news/ija/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/news/ija/Makefile b/news/ija/Makefile deleted file mode 100644 index d915f2e68d79..000000000000 --- a/news/ija/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: ija -# Date created: Feb 17, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ija -PORTVERSION= 0.4.15 -CATEGORIES= news -MASTER_SITES= http://wildspark.com/asher/ija/ -EXTRACT_SUFX= .gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive command line frontend of Deja - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - -RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww - -BROKEN= checksum mismatch - -USE_PERL5= yes - -NO_WRKSUBDIR= yes -NO_BUILD= yes -PLIST_FILES= bin/ija - -do-extract: - @${MKDIR} ${WRKDIR} - @${GUNZIP_CMD} -c ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> |