openbsd-ports/devel/cutils/Makefile
sthen 60dc7fa60c import cutils, from maintainer Paul Irofti with tweaks by myself
* cdecl and cundecl - decode and encode C type declarations
    * cobfusc - make a C source file unreadable but compilable
    * chilight - highlight C source files
    * cunloop - unloop C loops
    * yyextract - extract grammar rules from yacc grammar
    * yyref - yacc grammar reference program 

ok steven@
2007-09-13 21:44:27 +00:00

25 lines
470 B
Makefile

# $Id: Makefile,v 1.1.1.1 2007/09/13 21:44:27 sthen Exp $
COMMENT= collection of utilities for C programmers
DISTNAME= cutils-1.6
CATEGORIES= devel
HOMEPAGE= http://www.sigala.it/sandro/software.php
MAINTAINER= Paul Irofti <bulibuta@gmail.com>
# 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>