freebsd-ports/sysutils/gnome-pkgview/Makefile

28 lines
759 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.mikegtn.net/packages/gnome-pkgview/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Displays the version of GNOME components installed
2014-04-26 01:54:47 +02:00
USE_GNOME= gnomeprefix gnomehier libgnomeui intlhack
USES= gettext gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2014-04-26 01:54:47 +02:00
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>