freebsd-ports/devel/cproto/Makefile

18 lines
374 B
Makefile
Raw Normal View History

# Created by: Abel Chow <abel_chow@yahoo.com>
# $FreeBSD$
2000-04-11 23:30:15 +02:00
PORTNAME= cproto
PORTVERSION= 4.7k
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
EXTRACT_SUFX= .tgz
MAINTAINER= thomas@bsdunix.ch
2003-02-20 18:07:10 +01:00
COMMENT= Generate C function prototypes and convert function definitions
GNU_CONFIGURE= yes
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
.include <bsd.port.mk>