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

                               
                     
                          
                                                                           
 
                              

                               

                     

                   
                     





                                    



                       
                   











                                                                            
                      
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$

PORTNAME=	lxde-icon-theme
PORTVERSION=	0.5.0
CATEGORIES=	x11-themes
MASTER_SITES=	SF/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-${PORTVERSION}/

MAINTAINER=	nemysis@gmx.ch
COMMENT=	LXDE Icon Theme

LICENSE=	GPLv3

USE_BZIP2=	YES
USE_GMAKE=	yes
USES=		iconv
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}

DATADIR=	${PREFIX}/share/lxde
INSTALLS_ICONS=	YES

PORTDOCS=	AUTHORS

OPTIONS_DEFINE=	DOCS

NO_STAGE=	yes
.include <bsd.port.options.mk>

post-patch:
	@${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \
		${WRKSRC}/Makefile.in

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>