freebsd-ports/net-im/gnomeicu/Makefile

27 lines
599 B
Makefile
Raw Normal View History

# Ports collection Makefile for: GnomeICU
# Version required: 0.62a
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.org
#
1999-08-30 10:24:37 -04:00
# $FreeBSD$
#
1999-07-03 11:32:23 -04:00
DISTNAME= gnomeicu-0.65
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
1999-07-03 11:32:23 -04:00
http://www.nectar.cc/distfiles/
MAINTAINER= nectar@FreeBSD.org
1999-03-19 17:29:54 -05:00
LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
1999-07-03 11:32:23 -04:00
USE_BZIP2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>