mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ff2dd81377
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
20 lines
494 B
Makefile
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>
|