openbsd-ports/devel/cutils/Makefile
jasper 5bd7678cd2 - fix rcs id's
from gleydson soares
2011-03-19 09:18:37 +00:00

27 lines
503 B
Makefile

# $OpenBSD: Makefile,v 1.6 2011/03/19 09:18:37 jasper 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= http://www.sigala.it/sandro/files/
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
.include <bsd.port.mk>