openbsd-ports/sysutils/p5-Filesys-Df/Makefile

25 lines
533 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:47 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= filesystem disk space information
DISTNAME= Filesys-Df-0.92
REVISION= 3
CATEGORIES= sysutils
# XXX Force dependency on libc; this doesn't actually use libc, but doing
# this ensures that changes to syscalls alter the package signature.
WANTLIB += c
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-11-20 12:22:40 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>