1999-03-15 20:59:24 +01:00
|
|
|
# New ports collection makefile for: libicq
|
|
|
|
# Date Created: 31 Oct 1998
|
|
|
|
# Whom: Seiichirou Hiraoka
|
1998-11-19 08:03:11 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1998-11-19 08:03:11 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= libicq
|
|
|
|
PORTVERSION= 0.33
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im
|
2003-03-07 11:58:43 +01:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/libicq/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
2000-08-08 07:08:12 +02:00
|
|
|
MASTER_SITE_SUBDIR= flathill
|
1998-11-19 08:03:11 +01:00
|
|
|
|
2005-04-03 23:30:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Library to add ICQ communication support to your software
|
1998-11-19 08:03:11 +01:00
|
|
|
|
2002-07-15 19:21:56 +02:00
|
|
|
USE_GNOME= glib12
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= 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
|
1998-11-19 08:03:11 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|