18 lines
270 B
Makefile
18 lines
270 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:47:54 sthen Exp $
|
|
|
|
COMMENT= Convert invisible (binary) characters to a visible form
|
|
|
|
DISTNAME= viz-1.1.1
|
|
REVISION= 1
|
|
CATEGORIES= misc
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|