freebsd-ports/net-im/gnomeicu/Makefile
Jacques Vidrine 2a668f8673 gnomeicu is actually the new name for gtkicq. Fix mistake of
importing gnomeicu as a new port:

* repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami]
* update ports/net/gnome-icu to 0.62a
* remove ports/net/gtkicq
* remove ports/net/gnomeicu

PKGNAME remains gnomeicu-0.62a.  It is expected that after some
time has passed, that we can rename the port directory from
gnome-icu to gnomeicu.
1999-03-18 22:32:43 +00:00

25 lines
653 B
Makefile

# Ports collection Makefile for: GnomeICU
# Version required: 0.62a
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1999/03/16 08:59:57 nectar Exp $
#
DISTNAME= gnomeicu-0.62a
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
http://www.nectar.com/distfiles/
LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
gdk_imlib.3:${PORTSDIR}/graphics/imlib
MAINTAINER= nectar@FreeBSD.ORG
USE_X_PREFIX= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>