mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add USES=libtool
- Use option helpers
This commit is contained in:
parent
bda8cfcab8
commit
f72aa95506
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360067
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= gtk-nodoka-engine
|
PORTNAME= gtk-nodoka-engine
|
||||||
PORTVERSION= 0.7.5
|
PORTVERSION= 0.7.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11-themes
|
CATEGORIES= x11-themes
|
||||||
MASTER_SITES= https://fedorahosted.org/releases/n/o/nodoka/
|
MASTER_SITES= https://fedorahosted.org/releases/n/o/nodoka/
|
||||||
|
|
||||||
@ -13,24 +13,12 @@ COMMENT= GTK nodoka engine and themes
|
|||||||
OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT
|
OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT
|
||||||
ANIMATION_DESC= Animation support
|
ANIMATION_DESC= Animation support
|
||||||
ANIMATIONTOLEFT_DESC= Animation from right to left
|
ANIMATIONTOLEFT_DESC= Animation from right to left
|
||||||
|
ANIMATION_CONFIGURE_ENABLE= animation
|
||||||
|
ANIMATIONTOLEFT_CONFIGURE_ENABLE= animationtoleft
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake pkgconfig
|
USES= gmake libtool pkgconfig
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= gtk20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MANIMATION}
|
|
||||||
CONFIGURE_ARGS+= --enable-animation
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= --disable-animation
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MANIMATIONTOLEFT}
|
|
||||||
CONFIGURE_ARGS+= --enable-animationtoleft
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= --disable-animationtoleft
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
lib/gtk-2.0/2.10.0/engines/libnodoka.la
|
|
||||||
lib/gtk-2.0/2.10.0/engines/libnodoka.so
|
lib/gtk-2.0/2.10.0/engines/libnodoka.so
|
||||||
share/themes/Nodoka-Aqua/gtk-2.0/gtkrc
|
share/themes/Nodoka-Aqua/gtk-2.0/gtkrc
|
||||||
share/themes/Nodoka-Gilouche/gtk-2.0/gtkrc
|
share/themes/Nodoka-Gilouche/gtk-2.0/gtkrc
|
||||||
@ -23,4 +22,4 @@ share/themes/Nodoka/gtk-2.0/gtkrc
|
|||||||
@dirrm share/themes/Nodoka-Gilouche
|
@dirrm share/themes/Nodoka-Gilouche
|
||||||
@dirrm share/themes/Nodoka-Aqua/gtk-2.0
|
@dirrm share/themes/Nodoka-Aqua/gtk-2.0
|
||||||
@dirrm share/themes/Nodoka-Aqua
|
@dirrm share/themes/Nodoka-Aqua
|
||||||
@dirrmtry share/themes/Nodoka
|
@dirrm share/themes/Nodoka
|
||||||
|
Loading…
Reference in New Issue
Block a user