aboutsummaryrefslogblamecommitdiff
path: root/x11-themes/audacious-skins/Makefile
blob: da130d0d21b512ccddb05be698ea229e11579ecf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                

                               
                   
                          
                            

                                  
                                             
 
                                              
 
                      
                   
                   


                                         
           
                                             
                                                                           
 
                      
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	audacious-skins
PORTVERSION=	0.4
CATEGORIES=	x11-themes
MASTER_SITES=	LOCAL/ehaupt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Collection of audacious skins

BUILD_DEPENDS=	audacious:multimedia/audacious

USES=		tar:xz
NO_BUILD=	yes
NO_ARCH=	yes

DATADIR=	${PREFIX}/share/audacious

do-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}/Skins
	${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${STAGEDIR}${DATADIR}/Skins

.include <bsd.port.mk>