2001-04-11 23:01:17 +02:00
|
|
|
# New ports collection makefile for: console-licq
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= console
|
|
|
|
PORTVERSION= ${CONSOLE_LICQ_VER}
|
2005-11-09 09:28:43 +01:00
|
|
|
CATEGORIES= net-im
|
2001-04-11 23:01:17 +02:00
|
|
|
|
2002-04-01 07:56:21 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= Ncurses-based console plugin for Licq
|
2001-04-11 23:01:17 +02:00
|
|
|
|
2008-11-09 08:01:36 +01:00
|
|
|
LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk \
|
|
|
|
boost_regex.4:${PORTSDIR}/devel/boost
|
2006-05-20 14:17:46 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-13 14:33:21 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
|
|
|
LDFLAGS="${LDFLAGS}" \
|
2001-04-11 23:01:17 +02:00
|
|
|
LIBS="${PTHREAD_LIBS}"
|
2005-11-09 09:28:43 +01:00
|
|
|
LICQ_PORT?= net-im/licq
|
2004-10-13 14:33:21 +02:00
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-04-11 23:01:17 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= lib/licq/licq_console.la \
|
|
|
|
lib/licq/licq_console.so
|
2005-03-03 12:51:45 +01:00
|
|
|
|
2001-04-11 23:01:17 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-10-13 14:33:21 +02:00
|
|
|
|
2004-12-10 00:42:17 +01:00
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= gp-relative relocation against dynamic symbol
|
|
|
|
.endif
|
|
|
|
|
2004-03-26 18:49:07 +01:00
|
|
|
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
|
2001-04-11 23:01:17 +02:00
|
|
|
.include <bsd.port.post.mk>
|