1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-im/freetalk/Makefile
Rene Ladan dec62e8b3a - Remove optional dependency on expired audio/beep
- Use option helpers
- Use new LIB_DEPENDS syntax
- Fix pkg-plist

Approved by:	portmgr (infrastructure blanket)
2014-03-10 08:28:36 +00:00

33 lines
728 B
Makefile

# Created by: Oleg Ginzburg (olevole@olevole.ru)
# $FreeBSD$
PORTNAME= freetalk
PORTVERSION= 3.2
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= SAVANNAH/freetalk \
http://itdev.spb.ru/mirror/
MAINTAINER= olevole@olevole.ru
COMMENT= GNU console based Jabber client
OPTIONS_DEFINE= NLS
LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile
RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile
USES= pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_WITH=libintl-prefix=${LOCALBASE}
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>