2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:47 ajacoutot Exp $
|
2008-01-14 19:19:30 -05:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= filesystem disk space information
|
|
|
|
|
|
|
|
DISTNAME= Filesys-Df-0.92
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 3
|
2008-01-14 19:19:30 -05:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
2008-04-12 17:46:39 -04:00
|
|
|
# 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
|
|
|
|
|
2008-01-14 19:19:30 -05:00
|
|
|
# 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
|
2008-01-14 19:19:30 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|