freebsd-ports/devel/cs/Makefile
David E. O'Brien 0a1fd481c1 * Don't maintain - cscope is better.
* Don't restrict - I can find no bases for the claim of needing a writen
  license, while the file cs.html does say this was written so a free version
  of cscope would exist.
2000-12-22 22:27:27 +00:00

29 lines
644 B
Makefile

# New ports collection makefile for: cs
# Date created: 22 May 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cs
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= cs
MAN1= cs.1
do-install:
@ ${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
.include <bsd.port.mk>