mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
0777692f8d
Changes to the virtual memory subsystem in 13.0-CURRENT r355491 has changed the API, as it is no longer a circular array. This broke the devel/libgtop port on these systems. Submitted by: Neel Chauhan <neel AT neelc DOT org> (based on patch by dougm) Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D22929
32 lines
649 B
Makefile
32 lines
649 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgtop
|
|
PORTVERSION= 2.38.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME top library
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_PERL5= build
|
|
USE_XORG= xau
|
|
USES= gettext gmake gnome libtool makeinfo pathfix perl5 \
|
|
pkgconfig tar:xz xorg
|
|
USE_GNOME= gnomeprefix glib20 intlhack introspection:build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ARGS= --enable-introspection
|
|
|
|
INFO= libgtop2
|
|
|
|
PKGMESSAGE= ${FILESDIR}/pkg-message
|
|
|
|
.include <bsd.port.mk>
|