2006-04-05 04:15:09 +00:00
|
|
|
# New ports collection makefile for: py-shellac
|
|
|
|
# Date created: 04 Apr 2006
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= shellac
|
2006-04-14 06:18:04 +00:00
|
|
|
PORTVERSION= 20060412
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2006-04-05 04:15:09 +00:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= http://hem.bredband.net/b298027/
|
|
|
|
|
2006-09-13 03:21:38 +00:00
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
2006-04-05 04:15:09 +00:00
|
|
|
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
|
|
|
|
|
2007-05-27 22:58:34 +00:00
|
|
|
BROKEN= Not updated to the DrJekyl clientlib API
|
2006-04-05 04:15:09 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in COPYING README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|