openbsd-ports/devel/cutils/Makefile
2013-03-11 10:50:00 +00:00

24 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:02 espie Exp $
COMMENT= collection of utilities for C programmers
DISTNAME= cutils-1.6
REVISION = 1
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
USE_GROFF = Yes
.include <bsd.port.mk>