aboutsummaryrefslogblamecommitdiff
path: root/x11-themes/xfce-icons-elementary/Makefile
blob: 6662d30ffd6cb735a5969d35045d5028b20fcc21 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                           

                          
                      



                               
                                



                                                                  

                                        
                                            



                                            



                               


                   



                                                           
                      
# Created by: Matthias Petermann <matthias@petermann-it.de>

PORTNAME=	elementary
PORTVERSION=	0.15.2
DISTVERSIONPREFIX=v
CATEGORIES=	x11-themes xfce
PKGNAMEPREFIX=	xfce-icons-

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Elementary icons, extended and maintained for Xfce

LICENSE=	GPLv2

BUILD_DEPENDS=	optipng:graphics/optipng

USES=		compiler:c11 gnome pkgconfig
USE_GNOME=	gdkpixbuf2:build gtk30:build

HAS_CONFIGURE=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	shimmerproject
GH_PROJECT=	elementary-xfce

NO_ARCH=	yes
INSTALLS_ICONS=	yes

post-patch:
	${REINPLACE_CMD} -e 's|\/$$(PREFIX)|$$(PREFIX)|g' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>