blob: be855ff4a42850d1b0ccb9e1b94b51e3c6216d59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= cproto
PORTVERSION= 4.7k
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
MAINTAINER= thomas@bsdunix.ch
COMMENT= Generate C function prototypes and convert function definitions
WWW= https://invisible-island.net/cproto/
LICENSE= PD
USES= tar:tgz
GNU_CONFIGURE= yes
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
.include <bsd.port.mk>
|