mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# New ports collection makefile for: setquota
|
|
# Version required: 0.1
|
|
# Date created: 27 September 1997
|
|
# Whom: winter@jurai.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= setquota-0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
|
|
|
|
MAINTAINER= winter@jurai.net
|
|
|
|
WRKSRC= ${WRKDIR}/setquota/
|
|
|
|
MAN8= getquota.8 setquota.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|