freebsd-ports/devel/cutils/Makefile

25 lines
542 B
Makefile
Raw Normal View History

# New ports collection makefile for: cutils
# Date created: 26 November 1996
# Whom: Sandro Sigala
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= cutils
PORTVERSION= 1.6
CATEGORIES= devel
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Miscellaneous C programmer's utilities
GNU_CONFIGURE= yes
MAKE_ENV= MAKEINFO=/usr/bin/makeinfo
MAN1= cdecl.1 chilight.1 cobfusc.1 cundecl.1 cunloop.1 yyextract.1 \
yyref.1
post-install:
install-info ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
.include <bsd.port.mk>