freebsd-ports/misc/cmatrix/Makefile
2004-02-07 16:06:59 +00:00

36 lines
722 B
Makefile

# New ports collection makefile for: cmatrix
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= cmatrix
PORTVERSION= 1.2a
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@FreeBSD.org
COMMENT= Show a scrolling 'Matrix' like screen
MAN1= cmatrix.1
USE_GMAKE= yes
GNU_CONFIGURE= yes
PORTDOCS= ChangeLog README TODO
PLIST_FILES= bin/cmatrix
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>