aboutsummaryrefslogblamecommitdiff
path: root/x11-wm/peksystray/Makefile
blob: 64464aee5de4b2f3cbf04e75e3e89cd57ac42a60 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     

                          
                     
                 
                      
                  
 
                                 
                                                                                 
 

                     
                              
                          
                   


                              
           

                                                                     
 
                      
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>

PORTNAME=	peksystray
PORTVERSION=	0.4.0
PORTREVISION=	2
CATEGORIES=	x11-wm
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	System tray dockapp similar to the GNOME notification area applet

LICENSE=	GPLv2

USES=		tar:bzip2 xorg
USE_XORG=	x11 ice sm
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/peksystray

post-patch:
	@${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \
		${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>