openbsd-ports/devel/cutils/Makefile

26 lines
492 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.3 2008/10/27 11:34:00 pirofti Exp $
COMMENT= collection of utilities for C programmers
DISTNAME= cutils-1.6
PKGNAME= ${DISTNAME}p1
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
.include <bsd.port.mk>