mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phantom
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.vanheusden.com/Linux/
|
|
|
|
MAINTAINER= ota@j.email.ne.jp
|
|
COMMENT= Phantomblock generator (converts existing files to sparse files)
|
|
|
|
BROKEN= unfetchable
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:tgz
|
|
ALL_TARGET= all
|
|
PLIST_FILES= bin/phantom
|
|
|
|
.include <bsd.port.mk>
|