1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/gregarius/Makefile
Pav Lucistnik 47649f7033 - WWWDIR is now defined in bsd.ports.mk
PR:		ports/105529
Submitted by:	laszlof
2007-03-24 14:04:36 +00:00

25 lines
457 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}
do-install:
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/ ${WWWDIR}
.include <bsd.port.mk>