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