9b2b46ec1d
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/
20 lines
350 B
Makefile
20 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>
|