19 lines
354 B
Makefile
19 lines
354 B
Makefile
|
# New ports collection makefile for: ciso
|
||
|
# Date created: 4 November 2007
|
||
|
# Whom: Vasiliy Ch <blttll@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= ciso
|
||
|
PORTVERSION= 1.0.0
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= http://ciso.tenshu.fr/
|
||
|
|
||
|
MAINTAINER= blttll@gmail.com
|
||
|
COMMENT= A tool to compress ISO images to CSO format
|
||
|
|
||
|
PLIST_FILES= bin/ciso
|
||
|
|
||
|
.include <bsd.port.mk>
|