aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cproto/Makefile
blob: 077c4dc947600eea27f130439a7e88f730b73fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Abel Chow <abel_chow@yahoo.com>
# $FreeBSD$

PORTNAME=   cproto
PORTVERSION=    4.7j
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

MAN1=       cproto.1
PLIST_FILES=    bin/cproto

NO_STAGE=   yes
.include <bsd.port.mk>