23 lines
421 B
Makefile
23 lines
421 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|