1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/cproto/Makefile
Sahil Tandon efbbce729e - Update to 4.7i
PR:		ports/151075
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	Thomas Vogt <thomas@bsdunix.ch> (maintainer)
2010-10-05 03:03:30 +00:00

25 lines
490 B
Makefile

# ex:ts=8
# ports collection makefile for: cproto
# Date created: 2000 Feb. 13
# Whom: Abel Chow <abel_chow@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= cproto
PORTVERSION= 4.7i
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= thomas@bsdunix.ch
COMMENT= Generate C function prototypes and convert function definitions
GNU_CONFIGURE= yes
MAN1= cproto.1
PLIST_FILES= bin/cproto
.include <bsd.port.mk>