mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
30 lines
703 B
Makefile
30 lines
703 B
Makefile
# Created by: archfan <mail_me@riseup.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtk-arc-themes
|
|
PORTVERSION= 20170302
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= mail_me@riseup.net
|
|
COMMENT= Arc-themes for GTK-2.0 and GTK-3.0 based desktop environments
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
|
|
gnome-themes-extra>0:x11-themes/gnome-themes-extra
|
|
RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
|
|
gnome-themes-extra>0:x11-themes/gnome-themes-extra
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= horst3180
|
|
GH_PROJECT= arc-theme
|
|
|
|
USES= autoreconf pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 gtk30
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|