1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/libicq/Makefile

22 lines
520 B
Makefile
Raw Normal View History

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