summaryrefslogtreecommitdiffstats
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-06 17:33:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-06 17:33:19 +0800
commit0d7cf0501c7bcd1f4873b80fb988224e392e7387 (patch)
tree52fc334e58dc68bd600ca307a900cc7b54c4fcd2 /devel/libgtop/Makefile
parent0ee31ded3d8581d1a7ac1a777ac2709322888484 (diff)
downloadmarcuscom-ports-0d7cf0501c7bcd1f4873b80fb988224e392e7387.tar.gz
marcuscom-ports-0d7cf0501c7bcd1f4873b80fb988224e392e7387.tar.zst
marcuscom-ports-0d7cf0501c7bcd1f4873b80fb988224e392e7387.zip
Disable introspection to fix build.
Update header, switch to pathfix, remove obsolete OSVERSION check. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17279 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile21
1 files changed, 5 insertions, 16 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index bffacdfdb..3ee6e3cf1 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: libgtop2
-# Date Created: 29 April 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
-#
PORTNAME= libgtop
PORTVERSION= 2.28.4
@@ -15,30 +11,23 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 top library
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
USE_XZ= yes
USE_PERL5_BUILD=yes
USE_XORG= xau
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack glib20 ltverhack intlhack
+USES= pathfix
+USE_GNOME= gnomeprefix glib20 ltverhack intlhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H
LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --disable-introspection
INFO= libgtop2
PKGMESSAGE= ${FILESDIR}/pkg-message
-.include <bsd.port.pre.mk>
-
-.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \
- ${OSVERSION} < 700104
-RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
-.endif
-
post-configure:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
@@ -47,4 +36,4 @@ post-install:
@${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>