aboutsummaryrefslogtreecommitdiffstats
path: root/www/gregarius/Makefile
blob: ed012b9cbb6a0a3bbdd9e446671852669d7463ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    gregarius
# Date created:     2006-12-16
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

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>