2006-10-14 11:09:13 +02:00
|
|
|
# New ports collection makefile for: gaim
|
|
|
|
# Date created: 26 Mar 1999
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-31 03:54:25 +01:00
|
|
|
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
|
2006-10-14 11:09:13 +02:00
|
|
|
#
|
|
|
|
|
2007-05-03 08:55:55 +02:00
|
|
|
PORTNAME= finch
|
2010-05-22 07:21:10 +02:00
|
|
|
PORTREVISION= 0
|
2006-10-14 11:09:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
2007-05-03 08:55:55 +02:00
|
|
|
COMMENT= Finch multi-protocol messaging client (Console UI)
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2011-07-03 00:13:21 +02:00
|
|
|
LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2007-05-03 08:55:55 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../libpurple
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/finch
|
2006-10-31 03:51:42 +01:00
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2007-05-03 08:55:55 +02:00
|
|
|
PIDGIN_SLAVE= yes
|
2006-10-31 03:54:25 +01:00
|
|
|
WITH_CONSOLEUI= yes
|
2006-10-31 03:51:42 +01:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2008-05-19 08:16:08 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gtkui \
|
2009-08-22 19:21:47 +02:00
|
|
|
--disable-nm \
|
|
|
|
--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2009-01-14 03:29:06 +01:00
|
|
|
MAN1= finch.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${MAN1PREFIX}/man/man1
|
|
|
|
|
2006-10-31 03:51:42 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|