summaryrefslogtreecommitdiff
path: root/devel/cproto/Makefile
blob: f24675e5fa703687cb8ebdfe95418c2fc90fab68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.7f
PORTREVISION=	1
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

CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=		cproto.1
PLIST_FILES=	bin/cproto

.include <bsd.port.mk>