2011-11-06 07:56:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= grr
|
2012-08-04 06:41:32 +02:00
|
|
|
PORTVERSION= 1.0
|
2019-02-03 16:37:58 +01:00
|
|
|
PORTREVISION= 8
|
2011-11-06 07:56:15 +01:00
|
|
|
CATEGORIES= www gnustep
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SAVANNAH/gap
|
2011-11-06 07:56:15 +01:00
|
|
|
DISTNAME= Grr-${PORTVERSION}
|
|
|
|
|
2012-06-10 18:10:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-11-06 07:56:15 +01:00
|
|
|
COMMENT= Rss reader for GNUstep
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv3+
|
2015-06-18 21:48:30 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libRSSKit.so:www/rsskit
|
2011-11-06 07:56:15 +01:00
|
|
|
|
2015-04-10 09:32:18 +02:00
|
|
|
USES= gnustep
|
|
|
|
USE_GNUSTEP= back build
|
2011-11-06 07:56:15 +01:00
|
|
|
|
2015-06-18 21:48:30 +02:00
|
|
|
post-install:
|
2015-09-19 12:33:34 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Grr \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/ArticleOperations.grrc/ArticleOperations \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/ArticleTable.grrc/ArticleTable \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/ArticleView.grrc/ArticleView \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/DatabaseOperations.grrc/DatabaseOperations \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/DatabaseTreeView.grrc/DatabaseTreeView \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/Fonts.grrc/Fonts \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/Proxy.grrc/Proxy \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/Searching.grrc/Searching \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/SubscriptionPanel.grrc/SubscriptionPanel \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/TreeDatabase.grrdb/TreeDatabase
|
2015-06-18 21:48:30 +02:00
|
|
|
|
2011-11-06 07:56:15 +01:00
|
|
|
.include <bsd.port.mk>
|