freebsd-ports/sysutils/gnome-pkgview/Makefile
Jeremy Messenger 2e390b6f4f -Update to 1.0.6. [1]
-Portlint:
	-Remove USE_REINPLACE.
	-Add USE_GETTEXT.

Reminded by:	http://beta.inerd.com/portscout/ [1]
2006-04-03 23:51:33 +00:00

33 lines
914 B
Makefile

# New ports collection makefile for: gnome-pkgview
# Date created: 20 November 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnome-pkgview
PORTVERSION= 1.0.6
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.greatnorthern.demon.co.uk/packages/gnome-pkgview/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Displays the version of GNOME components installed
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
USE_GETTEXT= yes
USE_X_PREFIX= 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' \
-e 's|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/src/config-path.c
@${REINPLACE_CMD} -e 's|Icon=|Icon=${PREFIX}/share/gnome/pixmaps/|g' \
${WRKSRC}/gnome-pkgview.desktop.in
.include <bsd.port.mk>