schwarze d1ab243067 Identical formatting from groff and mandoc because escaped backslashes
in high-level macro arguments now work as expected;
so drop USE_GROFF and bump.
2019-01-17 06:44:18 +00:00

23 lines
411 B
Makefile

# $OpenBSD: Makefile,v 1.10 2019/01/17 06:44:18 schwarze Exp $
COMMENT= collection of utilities for C programmers
DISTNAME= cutils-1.6
REVISION = 4
CATEGORIES= devel
HOMEPAGE= http://www.sigala.it/sandro/software.php
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
MASTER_SITES= http://www.sigala.it/sandro/files/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>