14 lines
277 B
Makefile
14 lines
277 B
Makefile
PORTNAME= ciso
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= blttll@gmail.com
|
|
COMMENT= Tool to compress ISO images to CSO format
|
|
WWW= https://sourceforge.net/projects/ciso/
|
|
|
|
USES= dos2unix
|
|
PLIST_FILES= bin/ciso
|
|
|
|
.include <bsd.port.mk>
|