pkgsrc/devel/libnjb/Makefile

24 lines
542 B
Makefile
Raw Normal View History

2010-02-15 17:53:15 +01:00
# $NetBSD: Makefile,v 1.2 2010/02/15 16:53:15 wiz Exp $
#
DISTNAME= libnjb-2.2.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnjb/}
MAINTAINER= ku3@sl.aanet.ru
HOMEPAGE= http://libnjb.sourceforge.net/
COMMENT= Communicating with some Creative and Dell audio players
2010-02-15 17:53:15 +01:00
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
PKGCONFIG_OVERRIDE+= libnjb.pc.in
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"