1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/news/ija/Makefile

35 lines
734 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: ija
# Date created: Feb 17, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ija
2004-03-22 16:18:19 +00:00
PORTVERSION= 0.4.15
CATEGORIES= news
MASTER_SITES= http://wildspark.com/asher/ija/
EXTRACT_SUFX= .gz
2001-05-21 19:10:04 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= An interactive command line frontend of Deja
RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
2004-02-05 20:38:07 +00:00
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>