86c296c298
- new size suffixes (e for exabytes, p for petabytes) - integer overflow checking for size - fix for roff syntax error in manual page - Add URL - Drop patch-file in favour of MAKE_ARGS PR: 64560 Submitted by: HATANOU Tomomi (maintainer) Approved by: linimon (mentor)
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# New ports collection makefile for: mkfile
|
|
# Date created: 18 November 2001
|
|
# Whom: HATANOU Tomomi <hatanou@infolab.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkfile
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
|
|
|
|
MAINTAINER= hatanou@infolab.ne.jp
|
|
COMMENT= Create files suitable for use as swap files
|
|
|
|
MAN8= mkfile.8
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= sbin/mkfile
|
|
|
|
MAKE_ARGS= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
|
|
|
|
.include <bsd.port.mk>
|