aboutsummaryrefslogtreecommitdiff
path: root/devel/cutils/Makefile
blob: 7cdc6e747829f53f2241c9e5a3336b51a8925565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	cutils
# Date created:			26 November 1996
# Whom:				Sandro Sigala
#
# $FreeBSD$
#

PORTNAME=	cutils
PORTVERSION=	1.6
CATEGORIES=	devel
MASTER_SITES=	http://www.sigala.it/sandro/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Miscellaneous C programmer's utilities

GNU_CONFIGURE=	yes
MAKE_ENV=	MAKEINFO=makeinfo
MAN1=		cdecl.1 chilight.1 cobfusc.1 cundecl.1 cunloop.1 yyextract.1 \
		yyref.1
INFO=		cutils
PLIST_FILES=	bin/cdecl bin/chilight bin/cobfusc bin/cundecl bin/cunloop \
		bin/yyextract bin/yyref

.include <bsd.port.mk>