summaryrefslogblamecommitdiffstats
path: root/devel/libgtop/Makefile
blob: 95e73d4fde65d6902b501fc1c2aaa46c6f355811 (plain) (tree)
1
2
3
4
5
6
                                                    
           
          

                       
                      






                                   
                   
                     
                   

                                                               
                   
                   
                                                                         
                                  
                             
                                       




                                       


                                                         
                      
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

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

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

USE_XZ=     yes
USE_PERL5=  build
USE_XORG=   xau
USES=       gettext gmake libtool pathfix perl5 pkgconfig
USE_GNOME=  gnomeprefix glib20 intlhack introspection:build
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H -D_WANT_IFADDR
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-introspection

INFO=       libgtop2

PKGMESSAGE= ${FILESDIR}/pkg-message

post-configure:
    @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f

.include <bsd.port.mk>