blob: a121f325d2e6936edd98e1af87818daabff76686 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= gtk-nodoka-engine
PORTVERSION= 0.7.5
PORTREVISION= 4
CATEGORIES= x11-themes
MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/gtk-nodoka-engine/
MAINTAINER= romain@FreeBSD.org
COMMENT= GTK nodoka engine and themes
WWW= https://pagure.io/nodoka-theme
OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT
ANIMATION_DESC= Animation support
ANIMATIONTOLEFT_DESC= Animation from right to left
ANIMATION_CONFIGURE_ENABLE= animation
ANIMATIONTOLEFT_CONFIGURE_ENABLE= animationtoleft
GNU_CONFIGURE= yes
USES= gmake gnome libtool pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
.include <bsd.port.mk>
|