blob: 82c220f8664aebd61fe586b63c7f677b6dcf098b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
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
DATADIR= ${PREFIX}/share/audacious
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/Skins
${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${STAGEDIR}${DATADIR}/Skins
.include <bsd.port.mk>
|