mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24ad6dcfd4
libicq: 0.20 -> 0.33 gicq: 0.22 -> 0.33
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# New ports collection makefile for: libicq
|
|
# Version required: 0.33
|
|
# Date Created: 31 Oct 1998
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/11/23 06:07:44 asami Exp $
|
|
#
|
|
|
|
DISTNAME= libicq-0.33
|
|
CATEGORIES= devel
|
|
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>
|