freebsd-ports/x11-themes/audacious-skins/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

23 lines
483 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: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>