2008-10-02 16:30:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2008/10/02 20:41:12 simon Exp $
|
2008-01-14 19:19:30 -05:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= filesystem disk space information
|
|
|
|
|
|
|
|
DISTNAME= Filesys-Df-0.92
|
2008-10-02 16:30:43 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p1
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|