Files
ports/multimedia/blind/Makefile
Renato Botelho 08cdb353ba multimedia/blind: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-18 15:05:04 -03:00

20 lines
537 B
Makefile

PORTNAME= blind
DISTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://dl.suckless.org/tools/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Collection of command line video editing utilities
WWW= https://tools.suckless.org/blind/
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>