mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add SVG option for svg icons support using librsvg2. Currently,
that support is automatically enabled if the configure script finds librsvg2 installed, so having an option gives a predictable result. This option is enabled by default. Suggested by: Kamil Szczesny
This commit is contained in:
parent
3de4447368
commit
2b9a01c211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364966
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= openbox
|
||||
PORTVERSION= 3.5.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://openbox.org/dist/openbox/
|
||||
|
||||
@ -23,8 +23,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lXext
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//}
|
||||
|
||||
OPTIONS_DEFINE= NLS IMLIB PANGO NOTIFY
|
||||
OPTIONS_DEFAULT= IMLIB PANGO NOTIFY
|
||||
OPTIONS_DEFINE= NLS IMLIB PANGO SVG NOTIFY
|
||||
OPTIONS_DEFAULT= IMLIB PANGO NOTIFY SVG
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext
|
||||
@ -39,6 +39,9 @@ NOTIFY_CONFIGURE_OFF= --disable-startup-notification
|
||||
IMLIB_CONFIGURE_ENABLE= imlib2
|
||||
IMLIB_USE= EFL=imlib2
|
||||
|
||||
SVG_USE= GNOME=librsvg2
|
||||
SVG_CONFIGURE_ENABLE= librsvg
|
||||
|
||||
post-configure:
|
||||
@${CHMOD} +x ${WRKSRC}/install-sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user