mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
381 B
Makefile
19 lines
381 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)
|
|
|
|
ALL_TARGET= all
|
|
|
|
PLIST_FILES= bin/phantom
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|