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