mirror of https://git.FreeBSD.org/ports.git
18 lines
321 B
Makefile
18 lines
321 B
Makefile
PORTNAME= ciso-maker
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= luke@foolishgames.com
|
|
COMMENT= Tool to compress ISO images to CSO format
|
|
WWW= https://github.com/laffer1/ciso-maker
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= laffer1
|
|
|
|
PLIST_FILES= bin/ciso-maker
|
|
|
|
.include <bsd.port.mk>
|