1378406228
PR: 182168 Submitted by: Vasily Chashchin <blttll@gmail.com> (maintainer)
16 lines
293 B
Makefile
16 lines
293 B
Makefile
# Created by: Vasiliy Ch <blttll@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ciso
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= blttll@gmail.com
|
|
COMMENT= A tool to compress ISO images to CSO format
|
|
|
|
USE_DOS2UNIX= yes
|
|
PLIST_FILES= bin/ciso
|
|
|
|
.include <bsd.port.mk>
|