mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
6da29a94fa
fixed in next two months. With hat: portmgr
36 lines
782 B
Makefile
36 lines
782 B
Makefile
# 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= 2
|
|
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
|
|
DEPRECATED= Has been broken for more than 6 months
|
|
EXPIRATION_DATE=2008-09-19
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in COPYING README
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|