1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/gnomeicu/Makefile

29 lines
657 B
Makefile
Raw Normal View History

# Ports collection Makefile for: GnomeICU
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.org
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= gnomeicu
PORTVERSION= 0.90.b
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
1999-07-03 15:32:23 +00:00
http://www.nectar.cc/distfiles/
MAINTAINER= nectar@FreeBSD.org
1999-03-19 22:29:54 +00:00
LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
1999-07-03 15:32:23 +00:00
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>