2001-02-21 15:59:55 +01:00
|
|
|
# ex:ts=8
|
1999-12-25 22:51:44 +01:00
|
|
|
# New ports collection makefile for: centericq
|
|
|
|
# Date created: 25 December 1999
|
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= centericq
|
2002-11-03 08:59:47 +01:00
|
|
|
PORTVERSION= 4.8.7
|
2002-11-27 07:19:27 +01:00
|
|
|
PORTREVISION= 5
|
1999-12-25 22:51:44 +01:00
|
|
|
CATEGORIES= net
|
2001-05-15 04:51:52 +02:00
|
|
|
MASTER_SITES= http://konst.org.ua/download/
|
1999-12-25 22:51:44 +01:00
|
|
|
|
2001-01-21 05:26:37 +01:00
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
1999-12-25 22:51:44 +01:00
|
|
|
|
2002-08-01 18:22:41 +02:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
|
2002-04-18 18:18:51 +02:00
|
|
|
iconv.3:${PORTSDIR}/converters/libiconv \
|
2002-07-17 08:59:28 +02:00
|
|
|
sigc.1:${PORTSDIR}/devel/libsigc++
|
|
|
|
# fribidi.0:${PORTSDIR}/converters/fribidi
|
2001-02-02 17:48:32 +01:00
|
|
|
|
2001-08-14 19:47:29 +02:00
|
|
|
USE_GMAKE= yes
|
2002-07-16 15:23:52 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= glib12
|
2001-08-14 19:47:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-16 13:54:09 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
2002-10-18 21:11:35 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lstdc++"
|
2002-07-17 08:59:28 +02:00
|
|
|
#CONFIGURE_ARGS= --with-fribidi
|
2001-08-14 19:47:29 +02:00
|
|
|
|
|
|
|
MAN1= centericq.1
|
|
|
|
|
2002-07-16 13:54:09 +02:00
|
|
|
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
|
|
|
|
|
2002-05-14 04:14:16 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR})
|
|
|
|
.endif
|
|
|
|
|
2002-10-13 16:26:10 +02:00
|
|
|
.include <bsd.port.mk>
|