1999-03-18 22:32:43 +00:00
|
|
|
# Ports collection Makefile for: GnomeICU
|
|
|
|
# Version required: 0.62a
|
|
|
|
# Date created: 03/16/1999
|
|
|
|
# Whom: nectar@FreeBSD.ORG
|
1998-10-19 14:36:42 +00:00
|
|
|
#
|
1999-03-19 22:29:54 +00:00
|
|
|
# $Id: Makefile,v 1.7 1999/03/18 22:32:38 nectar Exp $
|
1998-10-19 14:36:42 +00:00
|
|
|
#
|
|
|
|
|
1999-03-18 22:32:43 +00:00
|
|
|
DISTNAME= gnomeicu-0.62a
|
|
|
|
CATEGORIES= net gnome
|
|
|
|
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
|
|
|
|
http://www.nectar.com/distfiles/
|
1998-10-19 14:36:42 +00:00
|
|
|
|
1999-03-19 22:29:54 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.ORG
|
|
|
|
|
1999-03-18 22:32:43 +00:00
|
|
|
LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
|
|
|
|
gdk_imlib.3:${PORTSDIR}/graphics/imlib
|
1998-10-19 14:36:42 +00:00
|
|
|
|
1999-03-18 22:32:43 +00:00
|
|
|
USE_X_PREFIX= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
1998-10-19 14:36:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|