1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/multimedia/blind/Makefile
Yuri Victorovich ff2dd81377 New port: multimedia/blind: Collection of command line video editing utilities
A minimalistic project from the suckless team: https://tools.suckless.org/blind/

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14099
2018-01-29 19:21:21 +00:00

20 lines
494 B
Makefile

# $FreeBSD$
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>