blob: 85098a48eb07976799e0952aa8fab548ef66d218 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: phantom
# Date created: 22 January 2006
# Whom: 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= CPE1704TKS@bellsouth.net
COMMENT= Phantomblock generator (converts existing files to sparse files)
ALL_TARGET= all
PLIST_FILES= bin/phantom
.include <bsd.port.mk>
|