head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.38.24;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.13.04.41.19;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.02.08.54.56;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	script4rss
# Date created:			Aug 2, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/script4rss/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	script4rss
PORTVERSION=	0.4b
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Easily create scripts to convert HTML pages to RSS feeds

USE_BZIP2=	yes
USE_PERL5_RUN=	yes
NO_BUILD=	yes

post-patch:
	@@${REINPLACE_CMD} -e "s,#!/usr/bin/perl,#!${SETENV} perl," ${WRKSRC}/script4rss.pl

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/script4rss.pl ${PREFIX}/bin/script4rss
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.2
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@add script4rss 0.4b
Easily create scripts to convert HTML pages to RSS feeds
@
text
@a18 1
USE_REINPLACE=	yes
@

