blob: c547fd3d23b3ccea4bd4ed3f5ae5655996436a06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: mkfile
# Date created: 18 November 2001
# Whom: HATANOU Tomomi <hatanou@infolab.ne.jp>
#
# $FreeBSD$
#
PORTNAME= mkfile
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
DISTNAME= mkfile
MAINTAINER= hatanou@infolab.ne.jp
COMMENT= Create files suitable for use as swap files
MAN8= mkfile.8
MANCOMPRESSED= yes
PLIST_FILES= sbin/mkfile
.include <bsd.port.mk>
|