openbsd-ports/sysutils/setquota/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

24 lines
558 B
Makefile

# $OpenBSD: Makefile,v 1.26 2011/06/23 22:50:29 naddy Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
COMMENT= command line quota tools
DISTNAME= setquota-0.1
REVISION = 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
WRKDIST= ${WRKDIR}/setquota/
FAKE_FLAGS= BINDIR=${PREFIX}/sbin \
LINKS="${PREFIX}/sbin/setquota ${PREFIX}/sbin/getquota" \
MANDIR=${PREFIX}/man/man
.include <bsd.port.mk>