1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/libicq/Makefile
Steve Price 34e350e7ea Use glib version 1.2.3.
PR:		11841
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:47:54 +00:00

24 lines
550 B
Makefile

# New ports collection makefile for: libicq
# Version required: 0.33
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $Id: Makefile,v 1.4 1999/05/08 00:24:25 taoka Exp $
#
DISTNAME= libicq-0.33
CATEGORIES= net
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
http://www.nectar.com/distfiles/
MAINTAINER= flathill@FreeBSD.ORG
LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_LIBTOOL= yes
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
.include <bsd.port.mk>