1997-05-23 07:58:58 +00:00
|
|
|
# New ports collection makefile for: cs
|
1998-12-16 00:01:28 +00:00
|
|
|
# Version required: 0.5
|
|
|
|
# Date created: 22 May 1997
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
1997-05-23 07:58:58 +00:00
|
|
|
#
|
1998-12-16 00:01:28 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/06/05 07:36:51 tg Exp $
|
1997-05-23 07:58:58 +00:00
|
|
|
#
|
|
|
|
|
1998-12-16 00:01:28 +00:00
|
|
|
DISTNAME= cs-0.5
|
1997-05-23 07:58:58 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
|
|
|
|
|
1997-06-05 07:36:51 +00:00
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
1997-05-23 07:58:58 +00:00
|
|
|
|
|
|
|
NO_CDROM= this port requires a written license
|
|
|
|
ALL_TARGET= cs
|
|
|
|
MAN1= cs.1
|
|
|
|
|
|
|
|
do-install:
|
1998-12-16 00:01:28 +00:00
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
|
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/cs.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/cs
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/cs.html ${PREFIX}/share/doc/cs
|
|
|
|
.endif
|
1997-05-23 07:58:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|