freebsd-ports/devel/frink/Makefile
Mikhail Teterin 9b2b46ec1d Frink is a tcl formatting and static check program by Lindsay Marshall.
It can prettify  your program, minimise, obfuscate or  just sanity check
it. It can also do some rewriting.

You pass  it filenames  (or the  stdin) and the  output is  generated to
stdout.

WWW: http://catless.ncl.ac.uk/Programs/Frink/
2001-05-08 19:45:14 +00:00

21 lines
350 B
Makefile

# New ports collection makefile for: frink
# Date created: 8 May 2001
# Whom: Mikhail Teterin
#
# $FreeBSD$
#
PORTNAME= frink
PORTVERSION= 2.0.11
CATEGORIES= devel
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= mi@aldan.algebra.com
MAN1= ${PORTNAME}.1
MANCOMPRESSED= maybe
MAKEFILE= ${FILESDIR}/Makefile.bsd
.include <bsd.port.mk>