mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# 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:${PORTSDIR}/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>
|