mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add Motif/GTK2 graphic support
- Remove ruby support - Bump PORTREVISION PR: 132280 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer, tabthorpe (co-mentor)
This commit is contained in:
parent
2c302d928d
commit
f9dda5ace5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229844
1 changed files with 14 additions and 11 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= snd
|
PORTNAME= snd
|
||||||
PORTVERSION= 10.4
|
PORTVERSION= 10.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF \
|
MASTER_SITES= SF \
|
||||||
http://mirror.mcx2.org/
|
http://mirror.mcx2.org/
|
||||||
|
@ -21,8 +22,9 @@ OPTIONS= ESD "Use Enlightened Sound Daemon" on \
|
||||||
S7 "Use S7 as the extension language" off \
|
S7 "Use S7 as the extension language" off \
|
||||||
LADSPA "Include support for LADSPA plugins" on \
|
LADSPA "Include support for LADSPA plugins" on \
|
||||||
NLS "Native Language Support" on \
|
NLS "Native Language Support" on \
|
||||||
RUBY "Use Ruby as the extension language" off \
|
MOTIF "Make Snd with Motif graphics support" off \
|
||||||
X11 "Make Snd with Gtk+ graphics support" on
|
GTK2 "Make Snd with Gtk+ graphics support" on \
|
||||||
|
X11 "Make Snd with GUI support" on
|
||||||
|
|
||||||
USE_GNOME= gnometarget
|
USE_GNOME= gnometarget
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -61,6 +63,7 @@ CONFIGURE_ARGS+= --without-gsl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_GUILE)
|
.if !defined(WITHOUT_GUILE)
|
||||||
|
CONFIGURE_ARGS+= --with-guile
|
||||||
LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
|
LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
|
||||||
PLIST_SUB+= SCHEME=""
|
PLIST_SUB+= SCHEME=""
|
||||||
.else
|
.else
|
||||||
|
@ -89,20 +92,20 @@ CONFIGURE_ARGS+= --disable-nls
|
||||||
PLIST_SUB+= NLS="@comment "
|
PLIST_SUB+= NLS="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_RUBY)
|
.if defined(WITH_GTK2)
|
||||||
USE_RUBY= yes
|
USE_GNOME+= gtk20
|
||||||
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
|
CONFIGURE_ARGS+= --with-gtk
|
||||||
CONFIGURE_ARGS+= --with-ruby
|
PLIST_SUB+= X11=""
|
||||||
PLIST_SUB+= SCHEME="@comment "
|
.endif
|
||||||
|
.if defined(WITH_MOTIF)
|
||||||
|
USE_MOTIF= yes
|
||||||
|
CONFIGURE_ARGS+= --with-motif
|
||||||
|
PLIST_SUB+= X11=""
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITHOUT_X11)
|
.if defined(WITHOUT_X11)
|
||||||
CONFIGURE_ARGS+= --with-no-gui
|
CONFIGURE_ARGS+= --with-no-gui
|
||||||
PLIST_SUB+= X11="@comment "
|
PLIST_SUB+= X11="@comment "
|
||||||
.else
|
|
||||||
USE_GNOME+= gtk20
|
|
||||||
CONFIGURE_ARGS+= --with-gtk
|
|
||||||
PLIST_SUB+= X11=""
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue