1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net-im/gnomeicu/Makefile
Vanilla I. Shu 1c9d378ec2 Fix net/gnome-icu to install i18n files
PR:		ports/16438
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-03-25 14:35:28 +00:00

29 lines
670 B
Makefile

# Ports collection Makefile for: GnomeICU
# Version required: 0.90b
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
DISTNAME= gnomeicu-0.90b
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
http://www.nectar.cc/distfiles/
MAINTAINER= nectar@FreeBSD.org
LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
USE_BZIP2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>