1999-05-05 15:57:00 +02:00
|
|
|
# New ports collection makefile for: icqlib
|
|
|
|
# Date created: 16 March 1999
|
|
|
|
# Whom: Pavel Andreev
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-05-05 15:57:00 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= icqlib
|
2000-09-19 17:19:23 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
1999-05-05 16:13:55 +02:00
|
|
|
CATEGORIES= net
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-05-05 15:57:00 +02:00
|
|
|
|
2005-03-05 02:17:09 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= A library required by kicq (not libicq)
|
1999-05-05 15:57:00 +02:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-06-02 22:28:41 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2000-09-19 17:19:23 +02:00
|
|
|
USE_GMAKE= yes
|
2005-06-02 22:28:41 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
1999-05-05 15:57:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|