aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgtop/Makefile
blob: ead143d191685d848b42529079f00a36f9d90c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libgtop
PORTVERSION=    2.31.90
CATEGORIES= devel gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME top library

USE_PERL5=  build
USE_XORG=   xau
USES=       gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz
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>