mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
18 lines
371 B
Makefile
18 lines
371 B
Makefile
# Created by: Abel Chow <abel_chow@yahoo.com>
|
|
|
|
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
|
|
|
|
LICENSE= PD
|
|
|
|
USES= tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
|
|
|
|
.include <bsd.port.mk>
|