mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
912c68df95
With hat: portmgr
17 lines
291 B
Makefile
17 lines
291 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
|
|
|
|
USES= dos2unix
|
|
PLIST_FILES= bin/ciso
|
|
|
|
.include <bsd.port.mk>
|