forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# Created by: winter@jurai.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= setquota
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
|
|
|
|
MAINTAINER= winter@jurai.net
|
|
COMMENT= Command line quota tools
|
|
|
|
WRKSRC= ${WRKDIR}/setquota/
|
|
USES= uidfix
|
|
|
|
.include <bsd.port.mk>
|