Manual tweak multimedia/jellyfin
[dports.git] / multimedia / blind / Makefile
1 PORTNAME=       blind
2 DISTVERSION=    1.1
3 CATEGORIES=     multimedia
4 MASTER_SITES=   https://dl.suckless.org/tools/
5
6 MAINTAINER=     yuri@FreeBSD.org
7 COMMENT=        Collection of command line video editing utilities
8 WWW=            https://tools.suckless.org/blind/
9
10 LICENSE=        ISC
11 LICENSE_GROUPS= FSF GPL OSI
12 LICENSE_NAME=   ISC License
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14 LICENSE_PERMS=  dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
16 USES=           gmake  # because of a bug in the makefiles: suckless is supposed to have POSIX makefiles
17
18 .include <bsd.port.mk>