aboutsummaryrefslogtreecommitdiffstats
path: root/net/centericq/Makefile
blob: 170a0f75b905cd0eb72d40434ba01d844bf3299f (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
37
38
39
40
41
42
43
44
45
46
# ex:ts=8
# New ports collection makefile for:    centericq
# Date created:                         25 December 1999
# Whom:                                 Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   centericq
PORTVERSION=    4.9.0
PORTREVISION=   0
CATEGORIES= net
MASTER_SITES=   http://konst.org.ua/download/

MAINTAINER= ijliao@FreeBSD.org

LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext \
        iconv.3:${PORTSDIR}/converters/libiconv \
#       fribidi.0:${PORTSDIR}/converters/fribidi

USE_OPENSSL=    yes
USE_GMAKE=  yes
USE_GNOMENG=    yes
USE_GNOME=  glib12
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -lstdc++"
CONFIGURE_ARGS= --with-openssl
#CONFIGURE_ARGS=    --with-fribidi

MAN1=   centericq.1

post-patch:
.for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h
    @(cd ${WRKSRC} ; \
      ${MV} -f ${file} ${file}.orig ; \
      ${GREP} -v "_G_config.h" ${file}.orig > ${file})
.endfor
        
.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
    @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR})
.endif

.include <bsd.port.mk>