1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/cproto/Makefile
Dmitry Marakasov 6f595e2bc0 - Add LICENSE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2019-08-23 09:02:38 +00:00

20 lines
383 B
Makefile

# Created by: Abel Chow <abel_chow@yahoo.com>
# $FreeBSD$
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>