mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1e99d25721
in CSO (compressed ISO) format. WWW: http://ciso.tenshu.fr/ PR: ports/117816 Submitted by: Vasiliy Ch <blttll at gmail.com>
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>
|