mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
330 B
Makefile
19 lines
330 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/
|
|
|
|
MAN8= getquota.8 setquota.8
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|