f5e93bd1c2
Feature safe: yes
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= audacious-skins
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Collection of audacious skins
|
|
|
|
BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
|
|
|
|
USE_XZ= yes
|
|
NO_BUILD= yes
|
|
|
|
DATADIR= ${PREFIX}/share/audacious
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}/Skins
|
|
${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${DATADIR}/Skins
|
|
|
|
.include <bsd.port.mk>
|