openbsd-ports/audio/nap/Makefile
reinhard 20aded4b5e A simple curses implementation of the napster client,
originally written for windows.
 
Napster is a great tool for exploring and experiencing
artists and music you've never heard before, using protocol
for sharing MP3 files between users. With Napster, the files
stay on the user machine, never passing through the server.
 
The server has the ability to search for particular files,
initializing direct transfer between the clients.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-02-04 18:55:33 +00:00

28 lines
676 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/02/04 18:55:33 reinhard Exp $
DISTNAME= nap-1.4.4
CATEGORIES= audio
NEED_VERSION= 1.352
HOMEPAGE= http://nap.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nap
MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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>