19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.15 2007/09/15 21:14:03 merdely Exp $
|
|
|
|
COMMENT= USB developer utilities
|
|
|
|
DISTNAME= usbutil-0.5
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|