1999-02-02 10:56:05 +01:00
|
|
|
# New ports collection makefile for: gnomeutils
|
1999-10-14 11:22:11 +02:00
|
|
|
# Version required: 1.0.50
|
1999-02-02 10:56:05 +01:00
|
|
|
# Date created: 03 July 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-10 17:59:18 +02:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-10-10 17:59:18 +02:00
|
|
|
#
|
|
|
|
|
1999-10-14 11:22:11 +02:00
|
|
|
DISTNAME= gnome-utils-1.0.50
|
|
|
|
PKGNAME= gnomeutils-1.0.50
|
1999-03-09 02:13:40 +01:00
|
|
|
CATEGORIES= misc gnome
|
1999-01-27 09:31:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-04-08 20:08:39 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-utils
|
1998-10-10 17:59:18 +02:00
|
|
|
|
1999-10-14 11:22:11 +02:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-10-10 17:59:18 +02:00
|
|
|
|
1999-02-02 10:56:05 +01:00
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-01-17 21:00:33 +01:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-03-09 02:13:40 +01:00
|
|
|
LIB_DEPENDS= obgnome.1:${PORTSDIR}/lang/gnomeobjc
|
1998-10-10 17:59:18 +02:00
|
|
|
|
1999-05-30 05:51:43 +02:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1998-10-10 17:59:18 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-01-05 13:59:34 +01:00
|
|
|
USE_GMAKE= yes
|
1999-05-30 05:51:43 +02:00
|
|
|
USE_LIBTOOL= yes
|
1998-10-10 17:59:18 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-05-30 05:51:43 +02:00
|
|
|
--with-gnome=${PREFIX}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-10-10 17:59:18 +02:00
|
|
|
|
|
|
|
MAN1= gtt.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|