mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6729c90da3
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
26 lines
628 B
Makefile
26 lines
628 B
Makefile
# Ports collection Makefile for: GnomeICU
|
|
# Version required: 0.62a
|
|
# Date created: 03/16/1999
|
|
# Whom: nectar@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.10 1999/05/27 16:16:02 nectar Exp $
|
|
#
|
|
|
|
DISTNAME= gnomeicu-0.64
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
|
|
http://www.nectar.com/distfiles/
|
|
|
|
MAINTAINER= nectar@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= panel_applet.1:${PORTSDIR}/x11/gnomecore
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
|
|
|
.include <bsd.port.mk>
|