aboutsummaryrefslogblamecommitdiff
path: root/x11/trayer/Makefile
blob: fb2566288b97b9a75ae32c327a2cd3dba3543ac1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                      

                      
                     
                                    
                   
 
                                    

                                                               


                                                       
                                                
                                                       
                   


                                    


                               
 
                                        
 
                                               
 

                    
             

                                                                                    
                     
                                                            
       
 
                      
# Created by: Alexey Mikhailov <karma@ez.pereslavl.ru>

PORTNAME=	trayer
PORTVERSION=	1.1.8
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	x11

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Lightweight GTK2-based systray for UNIX desktop

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

USES=		iconv gmake gnome pkgconfig xorg
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
USE_GITHUB=	yes
USE_XORG=	x11 xmu
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix="${PREFIX}"

GH_ACCOUNT=	sargon
GH_PROJECT=	${PORTNAME}-srg

PORTDOCS=	README CREDITS CHANGELOG

PLIST_FILES=	bin/trayer man/man1/trayer.1.gz

OPTIONS_DEFINE=	DOCS

post-install:
	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
	${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>