aboutsummaryrefslogblamecommitdiff
path: root/x11-themes/adwaita-icon-theme/Makefile
blob: 9aa1eecf2dca8f7fb55f89fab1348ba313f7ea77 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                             

                                  
                      

                                
                     
 
                                   

                                    


                                  
                   
                                                                  
                                              
                   
                                                          
                   

             

                                                 

                      
# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com>

PORTNAME=	adwaita-icon-theme
PORTVERSION=	3.38.0
CATEGORIES=	x11-themes gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	GNOME Symbolic Icons

LICENSE=	LGPL3 CC-BY-SA-3.0
LICENSE_COMB=	dual

NO_ARCH=	yes
USES=		gettext-tools gmake gnome pathfix pkgconfig tar:xz
USE_GNOME=	intltool gtk-update-icon-cache
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
INSTALLS_ICONS=	yes

post-install:
	@${RM} -r ${STAGEDIR}${PREFIX}/lib/locale
	@${RM} -r ${STAGEDIR}${PREFIX}/locale

.include <bsd.port.mk>