18 lines
375 B
Makefile
18 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.4 1999/03/04 06:55:00 fgsch Exp $
|
|
#
|
|
|
|
DISTNAME= setquota-0.1
|
|
CATEGORIES= sysutils
|
|
|
|
# Maybe someone who cares will fix this. It could be a simple task.
|
|
#
|
|
BROKEN= "port fails to build, and what does '\#ifdef 0' mean"
|
|
|
|
MAINTAINER= joey@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
|
|
|
|
WRKSRC= ${WRKDIR}/setquota/
|
|
|
|
.include <bsd.port.mk>
|