diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-03 00:25:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-03 00:25:51 +0800 |
commit | 7566b7bf757c496ac8b4eaf43eb07afd59c10637 (patch) | |
tree | c257ac713c392accb6a976d89173381f9e181219 /net-im | |
parent | ee87d0fe81682d2a0f3808b0a59cf7f8509ace6e (diff) | |
download | freebsd-ports-gnome-7566b7bf757c496ac8b4eaf43eb07afd59c10637.tar.gz freebsd-ports-gnome-7566b7bf757c496ac8b4eaf43eb07afd59c10637.tar.zst freebsd-ports-gnome-7566b7bf757c496ac8b4eaf43eb07afd59c10637.zip |
update maintainer address
switch to new options framework
PR: ports/168581
Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/freetalk/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/freetalk/Makefile b/net-im/freetalk/Makefile index 2dd7fcf607a3..45599565cd6a 100644 --- a/net-im/freetalk/Makefile +++ b/net-im/freetalk/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: freetalk # Date created: 19 June 2009 -# Whom: Oleg Ginzburg (oleg.ginzburg@nevosoft.ru) +# Whom: Oleg Ginzburg (olevole@olevole.ru) # # $FreeBSD$ # @@ -12,9 +12,12 @@ CATEGORIES= net-im MASTER_SITES= SAVANNAH/freetalk \ http://itdev.spb.ru/mirror/ -MAINTAINER= oleg.ginzburg@nevosoft.ru +MAINTAINER= olevole@olevole.ru COMMENT= GNU console based Jabber client +OPTIONS_DEFINE= BEEP +BEEP_DESC= Use beep program + LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile @@ -40,7 +43,7 @@ PLIST_SUB+= NLS="@comment " .include <bsd.port.options.mk> -.if defined(WITH_BEEP) +.if ${PORT_OPTIONS:MBEEP} RUN_DEPENDS+= ${LOCALBASE}/bin/beep:${PORTSDIR}/audio/beep .endif |