freebsd-ports/sysutils/gnome-pkgview/Makefile
Jeremy Messenger 625d0687f6 -Update to 1.0.7.
-Update MASTER_SITES and WWW to new home, which old one doesn't exist.
-Remove un-need USE_XORG=x11

Reported by:	pointyhat via pav
2008-07-03 04:15:33 +00:00

31 lines
837 B
Makefile

# New ports collection makefile for: gnome-pkgview
# Date created: 20 November 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/gnome-pkgview/Makefile,v 1.6 2007/05/30 03:21:44 mezz Exp $
#
PORTNAME= gnome-pkgview
PORTVERSION= 1.0.7
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.mikegtn.net/packages/gnome-pkgview/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Displays the version of GNOME components installed
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gnome-pkgview.schemas
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/config-path.c
.include <bsd.port.mk>