blob: 1d1a65238aafe891b43c7e487eb94b45407af8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2006/01/25 15:42:56 joerg Exp $
#
DISTNAME= setquota-0.1
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= # unknown
COMMENT= Command line quota tools
# BSD oriented, haven't checked on other environment now
ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-*
WRKSRC= ${WRKDIR}/setquota/
.include "../../mk/bsd.pkg.mk"
|