mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
33 lines
830 B
Makefile
33 lines
830 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.4
|
|
PORTREVISION= 5
|
|
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_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
|
|
USE_AUTOTOOLS= libtool:13
|
|
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
|
|
|
|
.include <bsd.port.mk>
|