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