aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centericq/Makefile
blob: d3b1bc45185e04414399f37153fc7d87f89b0bfd (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
# ex:ts=8
# New ports collection makefile for:    centericq
# Date created:                         25 December 1999
# Whom:                                 Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   centericq
PORTVERSION=    3.22.8
CATEGORIES= net
MASTER_SITES=   http://download.konst.org.ua/

MAINTAINER= ijliao@FreeBSD.org

LIB_DEPENDS=    intl.1:${PORTSDIR}/devel/gettext

.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+=   ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+=    -nostdinc -I${LOCALBASE}/include/ncurses \
        -I${LOCALBASE}/include -I/usr/include
.endif

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.post.mk>