View | Details | Raw Unified | Return to bug 64042
Collapse All | Expand All

(-)devel/cproto/Makefile (-4 / +7 lines)
Lines 7-21 Link Here
7
#
7
#
8
8
9
PORTNAME=	cproto
9
PORTNAME=	cproto
10
PORTVERSION=	4.6
10
PORTVERSION=	4.7b
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	ftp://invisible-island.net/cproto/
13
MASTER_SITE_SUBDIR=	cproto
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}
14
EXTRACT_SUFX=	.tgz
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Generate C function prototypes and convert function definitions
17
COMMENT=	Generate C function prototypes and convert function definitions
17
18
18
GNU_CONFIGURE=	YES
19
GNU_CONFIGURE=	yes
20
19
MAN1=		cproto.1
21
MAN1=		cproto.1
22
PLIST_FILES=	bin/cproto
20
23
21
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)devel/cproto/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (cproto-4.6.tar.gz) = 5968d18e9508b2892471e6ef16e140e3
1
MD5 (cproto-4_7b.tgz) = d104c057997a082bd2eb4e119e916208
2
SIZE (cproto-4.6.tar.gz) = 124251
2
SIZE (cproto-4_7b.tgz) = 99902
(-)devel/cproto/pkg-descr (-1 / +1 lines)
Lines 12-18 Link Here
12
copyrighted by the Free Software Foundation, Inc.  If you have any comments
12
copyrighted by the Free Software Foundation, Inc.  If you have any comments
13
or find any bugs, please let me know.
13
or find any bugs, please let me know.
14
14
15
WWW: http://cproto.sourceforge.net/
15
WWW: http://invisible-island.net/cproto/
16
16
17
Chin Huang
17
Chin Huang
18
cthuang@vex.net
18
cthuang@vex.net
(-)devel/cproto/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
@comment $FreeBSD: ports/devel/cproto/pkg-plist,v 1.2 2000/11/22 00:17:13 obrien Exp $
2
bin/cproto

Return to bug 64042