blob: b01baf51dfa4382f9d23eca0121e016f078285a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: setquota
# Version required: 0.1
# Date created: 27 September 1997
# Whom: winter@jurai.net
#
# $Id: Makefile,v 1.1.1.1 1997/09/27 22:34:20 joerg Exp $
#
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>
|