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$
|
2007-10-25 01:37:25 +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
|
2006-04-04 01:51:33 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2002-11-14 08:34:09 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
2003-06-01 23:06:42 +02:00
|
|
|
MASTER_SITES= http://www.greatnorthern.demon.co.uk/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
|
|
|
|
|
|
|
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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
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>
|