diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-02 16:25:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-02 16:25:51 +0000 |
commit | ee78026d08ae2402e283b34c3247bfb79b5d43f4 (patch) | |
tree | cfc9f259f4f06f9439abb245175dc8b14ec72e30 /net-im/freetalk | |
parent | 87c0fd32335d06831de71c6c49bcbecc297be6fb (diff) |
Notes
Diffstat (limited to 'net-im/freetalk')
-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 |