freebsd-ports/net-im/libicq/Makefile

24 lines
454 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
1999-05-08 02:24:25 +02:00
CATEGORIES= net
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/
MAINTAINER= flathill@FreeBSD.org
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
.include <bsd.port.mk>