2002-05-09 00:31:19 +02:00
|
|
|
# New ports collection makefile for: gnomeutils2
|
|
|
|
# Date created: 06 May 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
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
|
|
|
#
|
|
|
|
|
2002-05-09 00:31:19 +02:00
|
|
|
PORTNAME= gnomeutils2
|
2003-04-04 09:39:46 +02:00
|
|
|
PORTVERSION= 2.2.1
|
2003-04-23 20:58:32 +02:00
|
|
|
PORTREVISION= 1
|
2002-05-12 08:49:02 +02:00
|
|
|
PORTEPOCH= 1
|
1999-03-09 02:13:40 +01:00
|
|
|
CATEGORIES= misc gnome
|
1999-01-27 09:31:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-02-07 19:42:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-utils/2.2
|
2000-04-14 10:49:30 +02:00
|
|
|
DISTNAME= gnome-utils-${PORTVERSION}
|
2002-05-09 00:31:19 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
1998-10-10 17:59:18 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GNOME 2.0 support utilities
|
1998-10-10 17:59:18 +02:00
|
|
|
|
2002-05-09 00:31:19 +02:00
|
|
|
USE_BZIP2= yes
|
1998-10-10 17:59:18 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-06-26 11:18:37 +02:00
|
|
|
USE_REINPLACE= yes
|
1999-01-05 13:59:34 +01:00
|
|
|
USE_GMAKE= yes
|
2003-04-06 23:16:05 +02:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel
|
1999-05-30 05:51:43 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-04-12 19:10:20 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-10-10 17:59:18 +02:00
|
|
|
|
2003-02-07 19:42:25 +01:00
|
|
|
MAN1= gnome-calculator.1 \
|
2002-05-09 00:31:19 +02:00
|
|
|
gnome-character-map.1 gnome-dictionary.1 \
|
2003-02-07 19:42:25 +01:00
|
|
|
gnome-search-tool.1 gnome-system-log.1 gdialog.1
|
2001-07-03 20:16:25 +02:00
|
|
|
|
2002-07-26 19:54:15 +02:00
|
|
|
post-patch:
|
2002-06-26 11:18:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:19:21 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
1998-10-10 17:59:18 +02:00
|
|
|
.include <bsd.port.mk>
|