summaryrefslogtreecommitdiff
path: root/audio/shellac/Makefile
blob: a8af92bb46956429241c1f2163a709d9c2ef1090 (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
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	py-shellac
# Date created:				04 Apr 2006
# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#

PORTNAME=	shellac
PORTVERSION=	20060412
PORTREVISION=	1
CATEGORIES=	audio python
MASTER_SITES=	http://hem.bredband.net/b298027/

MAINTAINER=	alexbl@FreeBSD.org
COMMENT=	Shellac is a PyGTK XMMS2 Client

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xmmsclient.so:${PORTSDIR}/audio/py-xmms2

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
USE_GNOME=	pygtk2

BROKEN=	Not updated to the DrJekyl clientlib API
post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in COPYING README
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>