freebsd-ports/sysutils/mkfile/Makefile

19 lines
422 B
Makefile
Raw Normal View History

# Created by: HATANO Tomomi <hatanou@infolab.ne.jp>
# $FreeBSD$
PORTNAME= mkfile
PORTVERSION= 1.1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
MAINTAINER= hatanou@infolab.ne.jp
2003-02-21 14:28:59 +01:00
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>