1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/gicq/Makefile
Jacques Vidrine 24ad6dcfd4 Update of libicq and gicq.
libicq:  0.20 -> 0.33
  gicq:    0.22 -> 0.33
1999-03-15 19:59:24 +00:00

24 lines
589 B
Makefile

# New ports collection makefile for: gicq
# Version required: 0.33
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $Id: Makefile,v 1.4 1999/01/22 22:13:48 nectar Exp $
#
DISTNAME= gicq-0.33
CATEGORIES= net
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
http://www.nectar.com/distfiles/
MAINTAINER= flathill@FreeBSD.ORG
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/devel/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
.include <bsd.port.mk>