opnsense-ports/sysutils/gnome-pkgview/Makefile
Franco Fichtner 43e7f0c010 */*: sync with upstream
Taken from: HardenedBSD
2018-10-07 09:07:03 +02:00

30 lines
810 B
Makefile

# Created by: 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= 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
DEPRECATED= GNOME 2 application
EXPIRATION_DATE= 2018-12-10
USE_GNOME= gnomeprefix libgnomeui intlhack
USES= gettext gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GCONF_SCHEMAS= gnome-pkgview.schemas
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/config-path.c
.include <bsd.port.mk>