mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
ced048eafb
PR: ports/106797 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
491 B
Makefile
26 lines
491 B
Makefile
# New ports collection makefile for: gregarius
|
|
# Date created: 2006-12-16
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gregarius
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= SOURCEFORGE
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Web-based RSS/RDF/ATOM news aggregator
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
WWWDIR= ${PREFIX}/www
|
|
|
|
do-install:
|
|
${MKDIR} ${WWWDIR}/${PORTNAME}
|
|
${CP} -R ${WRKSRC} ${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|