[Midnightbsd-cvs] mports [18253] trunk/devel/libgtop/Makefile: switch to USES and modernize USE_GNOME

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 19 22:03:36 EDT 2015


Revision: 18253
          http://svnweb.midnightbsd.org/mports/?rev=18253
Author:   laffer1
Date:     2015-03-19 22:03:35 -0400 (Thu, 19 Mar 2015)
Log Message:
-----------
switch to USES and modernize USE_GNOME

Modified Paths:
--------------
    trunk/devel/libgtop/Makefile

Modified: trunk/devel/libgtop/Makefile
===================================================================
--- trunk/devel/libgtop/Makefile	2015-03-20 01:58:48 UTC (rev 18252)
+++ trunk/devel/libgtop/Makefile	2015-03-20 02:03:35 UTC (rev 18253)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libgtop
 PORTVERSION=	2.28.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -9,6 +9,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNOME 2 top library
+
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
@@ -15,14 +16,10 @@
 RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
-USES+=		pkgconfig
-USE_BZIP2=	yes
+USES=		pkgconfig gettext gmake tar:bzip2 libtool
 USE_PERL5_BUILD=yes
-USE_GETTEXT=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack glib20 ltverhack intlhack
+USE_GNOME=	gnomeprefix glib20 intlhack introspection:build
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--disable-gtk-doc \
 		--with-html-dir=${PREFIX}/share/doc
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H" \



More information about the Midnightbsd-cvs mailing list