23 lines
402 B
Makefile
23 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:44:06 sthen 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= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.sigala.it/sandro/files/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|