1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/cproto/Makefile
Kirill Ponomarev 0507314b80 - Update to version 4.7b
PR:		ports/64042
Submitted by:	Ports Fury
2004-03-10 14:14:05 +00:00

25 lines
497 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.7b
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate C function prototypes and convert function definitions
GNU_CONFIGURE= yes
MAN1= cproto.1
PLIST_FILES= bin/cproto
.include <bsd.port.mk>