21 lines
429 B
Makefile
21 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.11 2014/06/14 23:26:01 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= filesystem disk space information
|
|
|
|
DISTNAME= Filesys-Df-0.92
|
|
REVISION= 4
|
|
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
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|