ad6cb11b6d
Remove wip from CATEGORIES, and guess category if wip was the only one specified.
19 lines
514 B
Makefile
19 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/11/02 18:00:07 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= btscanner-2.0
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.pentest.co.uk/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.pentest.co.uk/src/
|
|
COMMENT= Bluetooth device information viewer
|
|
# XXX The comment may be changed
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../wip/bluez-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|