20ec8ab73b
*) enable separate build, change version managing style *) remove pkg/MESSAGE and unneded patches *) better DESCR *) bump NEED_VERSION Brief Changelog: - After asking you for the needed information, nap now creates the .napconf file automatically. No sample distfile anymore. - Added some keybindings for the main window. - Fixed Ctrl-C so that it can break a nested loop; Ctrl-L so it really redraws the whole screen from scratch. from maintainer
30 lines
618 B
Makefile
30 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.6 2001/04/17 10:44:03 reinhard Exp $
|
|
|
|
COMMENT= 'gnu curses-based napster client'
|
|
|
|
KS= 1.4.4
|
|
PS= ps7
|
|
DISTNAME= nap-${KS}-${PS}
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.397
|
|
|
|
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}
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
|
|
|
|
.include <bsd.port.mk>
|