freebsd-ports/sysutils/mkfile/Makefile

23 lines
499 B
Makefile
Raw Normal View History

# 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
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>