openbsd-ports/audio/nap/Makefile
reinhard d5975bdc4c update to nap 1.4.4-ps3
from maintainer

Brief Changelog:
- Pressing 'u' on an item at the search result list shows the nickname
  of the user who's offering the item.
- Added item queueing and /forceq command to deal with stuck queue
  items.
- /pdown shows the firewalled clients.
- Fixed "percentage completed" calculation in case of a "resume". It now
  shows the percentage of the total file.
- Fixed bug in numbering of results if "/set noresultscreen 1"
2001-04-08 13:46:55 +00:00

30 lines
702 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/04/08 13:46:55 reinhard Exp $
COMMENT= 'gnu curses-based napster client'
VER= 1.4.4-ps3
DISTNAME= nap-${VER}
CATEGORIES= audio
NEED_VERSION= 1.363
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>