1997-05-23 07:58:58 +00:00
|
|
|
# New ports collection makefile for: cs
|
1998-12-16 00:01:28 +00:00
|
|
|
# Date created: 22 May 1997
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1997-05-23 07:58:58 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-05-23 07:58:58 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= cs
|
|
|
|
PORTVERSION= 0.5
|
1997-05-23 07:58:58 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
|
|
|
|
|
2000-03-31 01:37:36 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
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>
|