1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/grr/Makefile
Dirk Meyer 851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00

22 lines
407 B
Makefile

# $FreeBSD$
PORTNAME= grr
PORTVERSION= 1.0
CATEGORIES= www gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
DISTNAME= Grr-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Rss reader for GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_LIBS+= RSSKit:${RSSKIT_PORT}
RSSKIT_PORT?= www/rsskit
.include <bsd.port.mk>