mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ce7816c5a9
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
40 lines
1.7 KiB
Makefile
40 lines
1.7 KiB
Makefile
PORTNAME= grr
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= www gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= Grr-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Rss reader for GNUstep
|
|
WWW= https://gap.nongnu.org/grr/index.html
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libRSSKit.so:www/rsskit
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
|
CPPFLAGS+= -Wno-error=incompatible-function-pointer-types
|
|
.endif
|
|
|
|
post-install:
|
|
${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
|
|
|
|
.include <bsd.port.mk>
|