1a625987dc
There was a horrible bug in nap which prevented uploading at all, this is a bugfix release. Upgrade is advisable. Brief Changelog: - Fixed id3v2 bug; all id3v2 files should now be sharable and downloadable - Additional control over what is displayed on the result screen. Some command line parameters can be accessed internally now with the commands /set, /unset, /pvars. - md5 hashes are now calculated in the same way as the other clients. from maintainer
30 lines
702 B
Makefile
30 lines
702 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/04/10 17:26:01 reinhard Exp $
|
|
|
|
COMMENT= 'gnu curses-based napster client'
|
|
|
|
VER= 1.4.4-ps4
|
|
DISTNAME= nap-${VER}
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.392
|
|
|
|
HOMEPAGE= http://theory.stanford.edu/~selinger/nap/
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@home.com>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nap
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
|
|
${INSTALL_DATA} ${WRKSRC}/nap.conf.dist ${PREFIX}/share/examples/nap
|
|
|
|
.include <bsd.port.mk>
|