mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
25a185da97
PR: ports/142711 Submitted by: Jonathan Jacobs <jonathan+freebsd@jsphere.com> Approved by: maintainer timeout (26 days)
21 lines
388 B
Makefile
21 lines
388 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ciso.tenshu.fr/
|
|
|
|
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>
|