mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
33 lines
834 B
Makefile
33 lines
834 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
|
|
PORTREVISION= 4
|
|
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
|
|
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>
|