1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/gnomeicu2/Makefile

27 lines
642 B
Makefile
Raw Normal View History

# Ports collection Makefile for: GnomeICU
# Version required: 0.62a
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.ORG
#
1999-07-03 15:32:23 +00:00
# $Id: Makefile,v 1.11 1999/05/30 04:04:53 steve Exp $
#
1999-07-03 15:32:23 +00:00
DISTNAME= gnomeicu-0.65
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
1999-07-03 15:32:23 +00:00
http://www.nectar.cc/distfiles/
1999-03-19 22:29:54 +00:00
MAINTAINER= nectar@FreeBSD.ORG
LIB_DEPENDS= panel_applet.1:${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}"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>