pkgsrc/audio/nas/Makefile
jlam 73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00

24 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/08/22 17:38:56 jlam Exp $
# FreeBSD ID: Makefile,v 1.8 1997/01/06 12:04:12 jkh Exp
#
DISTNAME= nas-1.4.2.src
PKGNAME= ${DISTNAME:S/.src//}
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= audio
MASTER_SITES= http://radscan.com/nas/ \
${MASTER_SITE_XCONTRIB:=audio/nas/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://radscan.com/nas.html
COMMENT= Network Audio System
USE_IMAKE= # defined
USE_X11BASE= # defined
PLIST_SRC= ${PKGDIR}/PLIST.clients
.if ${MACHINE_ARCH} == "i386"
PLIST_SRC+= ${PKGDIR}/PLIST.voxware
.endif
.include "../../mk/bsd.pkg.mk"