mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
abd4920c47
Requested by: Nick Sayer <nsayer@sftw.com>
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# New ports collection makefile for: libicq
|
|
# Version required: 0.33
|
|
# Date Created: 31 Oct 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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.3:${PORTSDIR}/devel/glib12
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|