View | Details | Raw Unified | Return to bug 168581
Collapse All | Expand All

(-)freetalk/Makefile (-3 / +6 lines)
Lines 1-6 Link Here
1
# New ports collection makefile for:   freetalk
1
# New ports collection makefile for:   freetalk
2
# Date created:        19 June 2009
2
# Date created:        19 June 2009
3
# Whom:                Oleg Ginzburg  (oleg.ginzburg@nevosoft.ru)
3
# Whom:                Oleg Ginzburg  (olevole@olevole.ru)
4
#
4
#
5
# $FreeBSD: ports/net-im/freetalk/Makefile,v 1.4 2011/09/23 22:24:42 amdmi3 Exp $
5
# $FreeBSD: ports/net-im/freetalk/Makefile,v 1.4 2011/09/23 22:24:42 amdmi3 Exp $
6
#
6
#
Lines 12-20 Link Here
12
MASTER_SITES=	SAVANNAH/freetalk \
12
MASTER_SITES=	SAVANNAH/freetalk \
13
		http://itdev.spb.ru/mirror/
13
		http://itdev.spb.ru/mirror/
14
14
15
MAINTAINER=	oleg.ginzburg@nevosoft.ru
15
MAINTAINER=	olevole@olevole.ru
16
COMMENT=	GNU console based Jabber client
16
COMMENT=	GNU console based Jabber client
17
17
18
OPTIONS_DEFINE=	BEEP
19
BEEP_DESC=	Use beep program
20
18
LIB_DEPENDS=	loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
21
LIB_DEPENDS=	loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
19
BUILD_DEPENDS=	guile>=1.8.6:${PORTSDIR}/lang/guile
22
BUILD_DEPENDS=	guile>=1.8.6:${PORTSDIR}/lang/guile
20
RUN_DEPENDS=	guile>=1.8.6:${PORTSDIR}/lang/guile
23
RUN_DEPENDS=	guile>=1.8.6:${PORTSDIR}/lang/guile
Lines 40-46 Link Here
40
43
41
.include <bsd.port.options.mk>
44
.include <bsd.port.options.mk>
42
45
43
.if defined(WITH_BEEP)
46
.if ${PORT_OPTIONS:MBEEP}
44
RUN_DEPENDS+=	${LOCALBASE}/bin/beep:${PORTSDIR}/audio/beep
47
RUN_DEPENDS+=	${LOCALBASE}/bin/beep:${PORTSDIR}/audio/beep
45
.endif
48
.endif

Return to bug 168581