1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
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 13:28:59 +00: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>