23 lines
411 B
Makefile
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>
|