head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	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.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.15.19.48.02;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.12.20.05.43;	author beat;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.24.14.04.35;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.19.22.58.24;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gregarius
# Date created:		2006-12-16
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/gregarius/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gregarius
PORTVERSION=	0.6.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	gslin@@gslin.org
COMMENT=	Web-based RSS/RDF/ATOM news aggregator

USE_PHP=	gettext iconv mbstring session xml zlib
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

do-install:
	${MKDIR} ${WWWDIR}
	${CP} -R ${WRKSRC}/ ${WWWDIR}

.include <bsd.port.mk>
@


1.4
log
@- Add missinge php dependency

PR:		131708
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 0.6.1
- Use SF macro in MASTER_SITES

PR:		ports/130203
Submitted by:	myself
Approved by:	maintainer timeout (1 month), miwi (mentor)
@
text
@d10 1
d17 1
@


1.2
log
@- WWWDIR is now defined in bsd.ports.mk

PR:		ports/105529
Submitted by:	laszlof
@
text
@d9 1
a9 1
PORTVERSION=	0.5.4
d11 1
a11 2
MASTER_SITES=	SOURCEFORGE
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@Add gregarius 0.5.4, web-based RSS/RDF/ATOM news aggregator.

PR:		ports/106797
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@a18 1
WWWDIR=		${PREFIX}/www
d21 2
a22 2
	${MKDIR} ${WWWDIR}/${PORTNAME}
	${CP} -R ${WRKSRC} ${WWWDIR}
@

