freebsd-ports/net-im/libicq/Makefile

28 lines
601 B
Makefile
Raw Normal View History

# New ports collection makefile for: libicq
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= libicq
PORTVERSION= 0.33
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://download.sourceforge.net/libicq/ \
${MASTER_SITE_LOCAL}
2000-08-08 07:08:12 +02:00
MASTER_SITE_SUBDIR= flathill
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to add ICQ communication support to your software
USE_GNOME= glib12
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>