blob: 2d08c425df22e9e40919b007e62de326a7208ec0 (
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
26
|
# New ports collection makefile for: grr
# Date created: 05 Nov 2011
# Whom: dirk.meyer@dinoex.sub.org
#
# $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>
|