2002-11-21 02:19:45 +01:00
|
|
|
# New ports collection makefile for: gnome-pkgview
|
|
|
|
# Date created: 20 November 2002
|
2002-11-14 08:34:09 +01:00
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-07-03 06:15:33 +02:00
|
|
|
# $MCom: ports/sysutils/gnome-pkgview/Makefile,v 1.6 2007/05/30 03:21:44 mezz Exp $
|
|
|
|
#
|
2002-11-14 08:34:09 +01:00
|
|
|
|
2002-11-21 02:19:45 +01:00
|
|
|
PORTNAME= gnome-pkgview
|
2008-07-03 06:15:33 +02:00
|
|
|
PORTVERSION= 1.0.7
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2002-11-14 08:34:09 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
2008-07-03 06:15:33 +02:00
|
|
|
MASTER_SITES= http://www.mikegtn.net/packages/gnome-pkgview/
|
2002-11-14 08:34:09 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-06-01 23:06:42 +02:00
|
|
|
COMMENT= Displays the version of GNOME components installed
|
2002-11-14 08:34:09 +01:00
|
|
|
|
2008-07-03 06:15:33 +02:00
|
|
|
USE_BZIP2= yes
|
2002-11-14 08:34:09 +01:00
|
|
|
USE_GMAKE= yes
|
2005-11-26 02:33:24 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
|
2006-04-04 01:51:33 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-14 08:34:09 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-01 23:06:42 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-11-14 08:34:09 +01:00
|
|
|
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= gnome-pkgview.schemas
|
|
|
|
|
2002-11-14 08:34:09 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
2007-10-25 01:37:25 +02:00
|
|
|
${WRKSRC}/src/config-path.c
|
2002-11-14 08:34:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|