openbsd-ports/audio/nap/Makefile
reinhard 3b22d5bdc8 Update to nap-1.4.4-ps8
Brief ChangeLog:
- In dynamically loaded user library code, prefix symbols with "_" on
a.out systems but not on ELF ones as naddy@ suggested.
- Made dynamically loaded user libraries support optional -- disabled
  unless USERCMDS is defined.
- Fixed two segfaults and a curses positioning bug.

from maintainer
2001-04-20 09:27:28 +00:00

30 lines
618 B
Makefile

# $OpenBSD: Makefile,v 1.7 2001/04/20 09:27:28 reinhard Exp $
COMMENT= 'gnu curses-based napster client'
KS= 1.4.4
PS= ps8
DISTNAME= nap-${KS}-${PS}
CATEGORIES= audio
NEED_VERSION= 1.401
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>