freebsd-ports/multimedia/blind/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
481 B
Makefile

PORTNAME= blind
DISTVERSION= 1.1
CATEGORIES= multimedia
MASTER_SITES= https://dl.suckless.org/tools/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Collection of command line video editing utilities
LICENSE= ISC
LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= ISC License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= gmake # because of a bug in the makefiles: suckless is supposed to have POSIX makefiles
.include <bsd.port.mk>