23 lines
400 B
Makefile
23 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/04/06 08:48:06 pirofti Exp $
|
|
|
|
COMMENT= collection of utilities for C programmers
|
|
|
|
DISTNAME= cutils-1.6
|
|
REVISION = 5
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.sigala.it/sandro/software.php
|
|
|
|
MAINTAINER= Paul Irofti <paul@irofti.net>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.sigala.it/sandro/files/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|