852fab6396
- add --with-man2html option to configure script - update config.guess, config.sub
16 lines
403 B
Makefile
16 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/08/26 21:26:29 shattered Exp $
|
|
|
|
DISTNAME= cproto-4.7m
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://invisible-island.net/cproto/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://invisible-island.net/cproto/
|
|
COMMENT= Generates function prototypes from C source
|
|
LICENSE= public-domain
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= yacc lex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|