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
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im
|
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
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-09-19 17:19:23 +02:00
|
|
|
USE_GMAKE= yes
|
2005-06-02 22:28:41 +02:00
|
|
|
|
|
|
|
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>
|