1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net-im/finch/Makefile
Joe Marcus Clarke 0d9c86c5aa Make sure we do not include gconf2 when we're not
using the GTK+ UI.

PR:		208733
Submitted by:	cyberleo@cyberleo.net
2017-09-27 18:01:23 +00:00

32 lines
809 B
Makefile

# Created by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
PORTNAME= finch
PORTREVISION= 2
MAINTAINER= marcus@FreeBSD.org
COMMENT= Finch multi-protocol messaging client (Console UI)
LIB_DEPENDS= libpurple.so:net-im/libpurple
MASTERDIR= ${.CURDIR}/../libpurple
BUILD_WRKSRC= ${WRKSRC}/finch
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
PIDGIN_SLAVE= yes
WITH_CONSOLEUI= yes
CPPFLAGS+= -DNCURSES_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtkui \
--disable-nm \
--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include "${MASTERDIR}/Makefile"