08c99da43f
- Add stage support PR: ports/183339 Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1]
17 lines
374 B
Makefile
17 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>
|