19 lines
346 B
Makefile
19 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/09/15 23:54:17 merdely Exp $
|
|
|
|
COMMENT= Convert invisible (binary) characters to a visible form
|
|
|
|
DISTNAME= viz-1.1.1
|
|
CATEGORIES= misc
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|