diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-10-13 17:34:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-10-13 17:34:39 +0000 |
commit | e90c0e985f22ace86a9549d57ce694ad58b88319 (patch) | |
tree | 911da9f9447c7f11dc0c725995ed8782f65b5c2a /x11-themes/audacious-skins/Makefile | |
parent | f73607b3d4eb09674d6be0bd5ce42e6cf682320d (diff) | |
download | ports-e90c0e985f22ace86a9549d57ce694ad58b88319.tar.gz ports-e90c0e985f22ace86a9549d57ce694ad58b88319.zip |
Add audacious-skins, a collection of audacious skins.
Notes
Notes:
svn path=/head/; revision=201408
Diffstat (limited to 'x11-themes/audacious-skins/Makefile')
-rw-r--r-- | x11-themes/audacious-skins/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/audacious-skins/Makefile b/x11-themes/audacious-skins/Makefile new file mode 100644 index 000000000000..eeda534e9c98 --- /dev/null +++ b/x11-themes/audacious-skins/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: audacious-skins +# Date created: 13 Oct 2007 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= audacious-skins +PORTVERSION= 0.1 +CATEGORIES= x11-themes +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= A collection of audacious skins + +BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious + +NO_BUILD= yes + +DATADIR= ${PREFIX}/share/audacious + +.include <bsd.port.mk> |