blob: a8b19eef1c0dc23ed077c1035d2d0857425f612b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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)
LICENSE= GPLv2
USES= tar:tgz
ALL_TARGET= all
PLIST_FILES= bin/phantom
.include <bsd.port.mk>
|