freebsd-ports/net/gnomeicu2/Makefile

27 lines
600 B
Makefile
Raw Normal View History

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