27d39a7ce0
- Switch to USES=tar Approved by: portmgr blanket
19 lines
394 B
Makefile
19 lines
394 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)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:tgz
|
|
ALL_TARGET= all
|
|
PLIST_FILES= bin/phantom
|
|
|
|
.include <bsd.port.mk>
|