1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/libgtop/Makefile
2021-04-06 16:31:07 +02:00

30 lines
621 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= libgtop
PORTVERSION= 2.40.0
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>