mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
08c99da43f
- Add stage support PR: ports/183339 Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1]
18 lines
374 B
Makefile
18 lines
374 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/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
|
COMMENT= Generate C function prototypes and convert function definitions
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
|
|
|
|
.include <bsd.port.mk>
|