aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-console/Makefile
blob: 936cf83ff67d1199c42612a168cc8849dafdb6f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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}
CATEGORIES= net-im

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Ncurses-based console plugin for Licq

LIB_DEPENDS=    cdk.5:${PORTSDIR}/devel/cdk

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" \
        LDFLAGS="${LDFLAGS}" \
        LIBS="${PTHREAD_LIBS}"
LICQ_PORT?= net-im/licq
CPPFLAGS+=  ${PTHREAD_CFLAGS}
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

PLIST_FILES=    lib/licq/licq_console.la \
        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>
>* Fix build with libc++ on 10.0.jkim2015-01-151-3/+39 * Fix build.jkim2015-01-151-1/+3 * Disable inline threaded version of interpreter when compiled with Clang tojkim2015-01-152-33/+32 * Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1 * Upgrade to version 1.0.23.olgeni2015-01-042-3/+3 * Allow building 10 years after 31 decembre 2004antoine2014-12-311-0/+11 * Allow building 10 years after 31 december 2004antoine2014-12-311-0/+11 * Allow building with either giflib 4.2 or 5.0antoine2014-12-271-0/+14 * Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1 * cleanup plistbapt2014-12-212-7/+0 * Use GH_COMMITantoine2014-12-211-2/+1 * Turn off -Werror for Clang 3.5+ and revert r374780 for now.jkim2014-12-175-810/+6 * Add an upstream patch to remove adlc's unused class FileBuffRegion.jkim2014-12-163-0/+810 * Take maintainer.kwm2014-12-132-3/+2 * - Reset maintainership of my portsgahr2014-12-112-2/+2 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1 * Update to 1.5.1arved2014-11-30