mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add USE_GETTEXT=yes, rearrange Makefile a bit, ALL_TARGET->MAKE_JOBS_SAFE.
PR: ports/147429 Approved by: mi@aldan.algebra.com (maintainer) Approved by: garga (mentor)
This commit is contained in:
parent
3be1ec9aee
commit
ed1c687992
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255715
1 changed files with 4 additions and 3 deletions
|
@ -14,15 +14,16 @@ MASTER_SITES= GNOME
|
|||
MAINTAINER= mi@aldan.algebra.com
|
||||
COMMENT= VoIP phone for GNOME
|
||||
|
||||
LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal
|
||||
|
||||
OPTIONS= AVAHI "Support Avahi for service discovery on LAN" on \
|
||||
DBUS "Use D-BUS for interprocess communication" on
|
||||
|
||||
LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal
|
||||
|
||||
CONFLICTS= ekiga-3.*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_SDL= sdl
|
||||
INSTALLS_OMF= yes
|
||||
USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \
|
||||
|
@ -33,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
SDL_CONFIG="${SDL_CONFIG}"
|
||||
CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \
|
||||
--with-opal-dir=${LOCALBASE}
|
||||
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
GCONF_SCHEMAS= ekiga.schemas
|
||||
MAN1= ekiga.1
|
||||
|
|
Loading…
Add table
Reference in a new issue