blob: 191986f2208d5f7414ff7a19e175d1f3272854cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ports collection Makefile for: GnomeICU
# Version required: 0.62a
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.7 1999/03/18 22:32:38 nectar Exp $
#
DISTNAME= gnomeicu-0.62a
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
http://www.nectar.com/distfiles/
MAINTAINER= nectar@FreeBSD.ORG
LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
gdk_imlib.3:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>
|