29086de64b
Approved by: portmgr@ (blanket approval)
18 lines
382 B
Makefile
18 lines
382 B
Makefile
# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phantom
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.vanheusden.com/Linux/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ota@j.email.ne.jp
|
|
COMMENT= Phantomblock generator (converts existing files to sparse files)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
ALL_TARGET= all
|
|
PLIST_FILES= bin/phantom
|
|
|
|
.include <bsd.port.mk>
|