2012-10-23 21:50:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2012/10/23 19:51:23 asau Exp $
|
2001-11-15 16:46:33 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= setquota-0.1
|
2006-06-18 23:35:43 +02:00
|
|
|
PKGREVISION= 2
|
2001-11-15 16:46:33 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-11-15 16:46:33 +01:00
|
|
|
HOMEPAGE= # unknown
|
|
|
|
COMMENT= Command line quota tools
|
|
|
|
|
|
|
|
# BSD oriented, haven't checked on other environment now
|
2006-01-25 16:42:56 +01:00
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-*
|
2001-11-15 16:46:33 +01:00
|
|
|
|
2012-05-13 00:08:24 +02:00
|
|
|
# not portable to netbsd-6 and up quota system
|
|
|
|
# (would be easier to rewrite it than to patch it, if there's any interest
|
|
|
|
# bug dholland)
|
|
|
|
NOT_FOR_PLATFORM= NetBSD-[6-9]*-*
|
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/setquota/
|
|
|
|
|
2007-03-24 20:21:18 +01:00
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8 sbin
|
2009-02-08 01:26:32 +01:00
|
|
|
USE_BSD_MAKEFILE= yes
|
2007-03-24 20:21:18 +01:00
|
|
|
|
2001-11-15 16:46:33 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|