mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8f632f8611
and bump panel_applet's version to 2.
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# Ports collection Makefile for: GnomeICU
|
|
# Version required: 0.62a
|
|
# Date created: 03/16/1999
|
|
# Whom: nectar@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gnomeicu-0.65
|
|
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}"
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
|
|
|
.include <bsd.port.mk>
|