mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= https://fedorahosted.org/releases/n/o/nodoka/
|
||||
|
||||
@ -13,24 +13,12 @@ COMMENT= GTK nodoka engine and themes
|
||||
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 pkgconfig
|
||||
USES= gmake libtool pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
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>
|
||||
|
@ -1,4 +1,3 @@
|
||||
lib/gtk-2.0/2.10.0/engines/libnodoka.la
|
||||
lib/gtk-2.0/2.10.0/engines/libnodoka.so
|
||||
share/themes/Nodoka-Aqua/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-Aqua/gtk-2.0
|
||||
@dirrm share/themes/Nodoka-Aqua
|
||||
@dirrmtry share/themes/Nodoka
|
||||
@dirrm share/themes/Nodoka
|
||||
|
Loading…
Reference in New Issue
Block a user