Index: head/audio/pytone/Makefile =================================================================== --- head/audio/pytone/Makefile (revision 518305) +++ head/audio/pytone/Makefile (revision 518306) @@ -1,50 +1,49 @@ # Created by: David Thiel # $FreeBSD$ PORTNAME= pytone PORTVERSION= 3.0.3 PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= http://www.luga.de/pytone/download/ \ http://redundancy.redundancy.org/mirror/ DISTNAME= PyTone-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Music jukebox written in Python with a curses GUI -LICENSE= GPLv2 +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libao.so:audio/libao RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} -USES= ncurses python:2.7 +USES= localbase ncurses python:2.7 USE_PYTHON= autoplist distutils - -CFLAGS+= -I${LOCALBASE}/include SUB_FILES= pkg-message PLIST_FILES= etc/pytonerc.sample OPTIONS_DEFINE= MAD MPG123 MPG321 VORBIS OPTIONS_DEFAULT= MAD VORBIS MAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymad>0:audio/py-pymad@${PY_FLAVOR} MPG123_RUN_DEPENDS= mpg123:audio/mpg123 MPG321_DESC= MP3 decoding support via mpg321 MPG321_RUN_DEPENDS= mpg321:audio/mpg321 VORBIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis@${PY_FLAVOR} post-patch: .for i in pytone pytonectl @${REINPLACE_CMD} -e \ 's|^python |${PYTHON_CMD} | ; \ s|src/|${PYTHONPREFIX_SITELIBDIR}/pytone/|' ${WRKSRC}/${i} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/conf/pytonerc ${STAGEDIR}${PREFIX}/etc/pytonerc.sample @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pytone/*.so .include Index: head/audio/pytone/pkg-descr =================================================================== --- head/audio/pytone/pkg-descr (revision 518305) +++ head/audio/pytone/pkg-descr (revision 518306) @@ -1,6 +1,6 @@ PyTone is a music jukebox written in Python with a curses based GUI. While providing advanced features like crossfading and multiple players, special emphasis is put on ease of use, turning PyTone into an ideal jukebox system for use at parties. -WWW: http://www.luga.de/pytone/ +WWW: https://www.luga.de/pytone/