openbsd-ports/audio/teknap/Makefile

28 lines
550 B
Makefile
Raw Normal View History

2004-11-21 12:51:44 -05:00
# $OpenBSD: Makefile,v 1.11 2004/11/21 17:51:47 espie Exp $
COMMENT= "console napster client"
2001-06-09 21:05:30 -04:00
2001-07-27 15:07:17 -04:00
VERSION= 1.3g
2000-11-18 10:30:50 -05:00
DISTNAME= TekNap-${VERSION}
PKGNAME= teknap-${VERSION}
CATEGORIES= audio
MASTER_SITES= ftp://ftp.teknap.com/pub/TekNap/
HOMEPAGE= http://www.TekNap.com/
2002-11-27 02:50:28 -05:00
MAINTAINER= Jason Ish <ish@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 12:51:44 -05:00
WANTLIB= c m ncurses panel pthread
CONFIGURE_STYLE= gnu dest
2001-11-01 03:15:39 -05:00
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/TekNap
.include <bsd.port.mk>