This avoids geany-themes forcing the gtk3 flavor of geany to be installed. Submitted by: james.wright@digital-chaos.com Approved by: james.wright@digital-chaos.com (maintainer of geany-themes) Differential Revision: https://reviews.freebsd.org/D22505
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-themes
|
|
DISTVERSION= 1.24
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel editors
|
|
|
|
MAINTAINER= james.wright@digital-chaos.com
|
|
COMMENT= Additional color schemes for the Geany IDE
|
|
|
|
LICENSE= GPLv2+ BSD PD
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= geany
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/geany/colorschemes/
|
|
${INSTALL_DATA} ${WRKSRC}/colorschemes/*.conf ${STAGEDIR}${PREFIX}/share/geany/colorschemes/
|
|
|
|
.include <bsd.port.mk>
|