1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/licq-console/Makefile
Volker Stolz 0538e0c5f9 - Sanitize plugin-directory handling: Plugins should not try to remove lib/icq
- Adapt one port to USE_LIBTOOL while here
- Mark licq-jons-gtk-gui as BROKEN: It's based on licq-1.2.4 which makes it
   incompatible with 1.3.0 (builds fine but doesn't run)

Approved by: dinoex
2005-03-03 11:51:45 +00:00

37 lines
859 B
Makefile

# 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}
PORTREVISION= 2
CATEGORIES= net
LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Ncurses-based console plugin for Licq
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
LIBS="${PTHREAD_LIBS}"
LICQ_PORT?= net/licq
CPPFLAGS+= ${PTHREAD_CFLAGS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= lib/licq/licq_console.so
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= gp-relative relocation against dynamic symbol
.endif
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>