1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/cmatrix/Makefile
Maxim Sobolev acfe99c20f Change maintainer:
ports@FreeBSD.org --> leeym@cae.ce.ntu.edu.tw

Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-06-05 17:19:04 +00:00

31 lines
633 B
Makefile

# New ports collection makefile for: cmatrix
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= cmatrix
PORTVERSION= 1.1b
CATEGORIES= misc
MASTER_SITES= http://www.asty.org/cmatrix/dist/
MAINTAINER= leeym@cae.ce.ntu.edu.tw
MAN1= cmatrix.1
USE_GMAKE= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/cmatrix
.for file in ChangeLog README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
.endfor
.endif
.include <bsd.port.mk>