mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
16 lines
389 B
Makefile
16 lines
389 B
Makefile
# Created by: Abel Chow <abel_chow@yahoo.com>
|
|
# $FreeBSD: head/devel/cproto/Makefile 430897 2017-01-08 20:43:50Z sunpoet $
|
|
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:tgz
|
|
|
|
.include <bsd.port.mk>
|