7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
30 lines
597 B
Makefile
30 lines
597 B
Makefile
# New ports collection makefile for: frink
|
|
# Date created: 8 May 2001
|
|
# Whom: Mikhail Teterin
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= frink
|
|
PORTVERSION= 2.1.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= A tcl formatter and static tester
|
|
|
|
#MAN1= ${PORTNAME}.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
.ifndef NOPORTDOCS
|
|
PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX:S,/$,,}/,,}
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README \
|
|
${WRKSRC}/README.html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|