2002-04-27 17:17:05 +02:00
|
|
|
# New ports collection makefile for: libicq2000
|
|
|
|
# Date created: Sat Apr 27 10:36:05 BRT 2002
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libicq2000
|
2002-08-08 00:37:22 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2002-04-27 17:17:05 +02:00
|
|
|
|
2005-03-05 02:17:09 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= An opensource C++ library to support icq2000/2001 protocol
|
2002-04-27 17:17:05 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2005-05-24 20:06:01 +02:00
|
|
|
CONFIGURE_ARGS= --disable-static
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-04-27 17:17:05 +02:00
|
|
|
|
|
|
|
MAN1= libicq2000-config.1
|
|
|
|
|
2005-05-24 20:06:01 +02:00
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
|
2002-04-27 17:17:05 +02:00
|
|
|
TODO
|
|
|
|
|
|
|
|
post-patch:
|
2002-08-08 15:16:32 +02:00
|
|
|
@${REINPLACE_CMD} -E -e \
|
2002-04-27 17:17:05 +02:00
|
|
|
's|^(headersincludedir =).+|\1\$$(includedir)/libicq2000|' \
|
|
|
|
${WRKSRC}/libicq2000/Makefile.in
|
2002-08-08 15:16:32 +02:00
|
|
|
@${REINPLACE_CMD} -E -e 's|^(pkgincludedir.+)/@PACKAGE@|\1|' \
|
|
|
|
${WRKSRC}/libicq2000-config.in
|
2005-05-27 12:09:12 +02:00
|
|
|
|
|
|
|
pre-configure:
|
2005-05-24 20:06:01 +02:00
|
|
|
@${CP} ${LTMAIN} ${WRKSRC}
|
2002-04-27 17:17:05 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-05-24 20:06:01 +02:00
|
|
|
.for file in ${PORTDOCS}
|
2002-04-27 17:17:05 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2003-04-06 03:13:28 +02:00
|
|
|
|
2002-04-27 17:17:05 +02:00
|
|
|
.include <bsd.port.mk>
|