16 lines
313 B
Makefile
16 lines
313 B
Makefile
|
COMMENT = truncate or extend the length of files
|
||
|
DISTNAME = truncate-5.2.1
|
||
|
CATEGORIES = sysutils
|
||
|
|
||
|
HOMEPAGE = https://www.dragonflybsd.org/
|
||
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c
|
||
|
|
||
|
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
|
||
|
|
||
|
.include <bsd.port.mk>
|