freebsd-ports/devel/cproto/Makefile
Danilo Egea Gondolfo 08c99da43f - Update from 4.7j to 4.7k [1]
- Add stage support

PR:		ports/183339
Submitted by:	Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1]
2013-10-26 17:00:29 +00:00

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>