aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ciso-maker/Makefile
blob: 298fce112f305427fc47b872d07c7f4d9d02b331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Lucas Holt <luke@foolishgames.com>
# $FreeBSD$

PORTNAME=	ciso-maker
PORTVERSION=	1.02
CATEGORIES=	sysutils

MAINTAINER=	luke@foolishgames.com
COMMENT=	Tool to compress ISO images to CSO format

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USE_GITHUB=	yes
GH_ACCOUNT=	laffer1

PLIST_FILES=	bin/ciso-maker

.include <bsd.port.mk>