freebsd-ports/net-im/libicq/Makefile
Cheng-Lung Sung 147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00

27 lines
601 B
Makefile

# New ports collection makefile for: libicq
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
PORTNAME= libicq
PORTVERSION= 0.33
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://download.sourceforge.net/libicq/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to add ICQ communication support to your software
USE_GNOME= glib12
USE_AUTOTOOLS= libtool:15
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>