aboutsummaryrefslogblamecommitdiff
path: root/net/knemo-kde4/Makefile
blob: 227d9ea9e61ef071944b07b7c204e7b1e4191b19 (plain) (tree)
1
2
3
4
5
6
7
8
9


                     
                     
                 
                       

                                                          
 
                                 
                                   
 


                                    


                                                                                                                                                
                                                          
                                     
                                                         
                                          
 
                                                    
 
                      
# $FreeBSD$

PORTNAME=	knemo
PORTVERSION=	0.7.7
PORTREVISION=	2
CATEGORIES=	net kde
MASTER_SITES=	http://kde-apps.org/CONTENT/content-files/
DISTNAME=	12956-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	KDE network monitor

DEPRECATED=	KDE4 is EOL upstream
EXPIRATION_DATE=	2018-12-31

BROKEN_FreeBSD_11=	does not build due to access to kernel-private structure (error: member access into incomplete type 'struct in6_ifaddr')
BROKEN_FreeBSD_12=	does not build due to access to kernel-private structure (error: member access into incomplete type 'struct in6_ifaddr')

USES=		cmake gettext kde:4 qt:4 shebangfix tar:xz
SHEBANG_FILES=	src/kconf_update/*.pl
USE_QT=		qmake_build moc_build uic_build rcc_build
USE_KDE=	kdelibs workspace automoc4

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.mk>