freebsd-ports/devel/cs/Makefile
Trevor Johnson 3bd9e343df Update master site. Update from 1998-05-07 to 1999-09-25 release
(both called version 0.5--dates are given in man pages).  Add a
DIST_SUBDIR to distinguish the different releases.  Be more verbose
when installing.  Don't optimize when compiling.  Add WWW: line.
Update PLIST.  Respect ${CC}.  Increment PORTREVISION.

ftp://cantor.informatik.rwth-aachen.de/pub/unix/cs-0.5.tar.gz:
looking for file 500 cs-0.5.tar.gz: No such file or directory.
(Last OK result Mon Nov 27 8:33:50 2000 )

PR:		24091
Submitted by:	Joseph Scott <joseph@randomnetworks.com>,
		KATO Tsuguru <tkato@prontomail.ne.jp> and myself
2001-01-09 18:41:45 +00:00

29 lines
593 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
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.moria.de/~michael/cs/
DIST_SUBDIR= cs/0.5-19990925
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= cs
MAN1= cs.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cs.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cs
${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${PREFIX}/share/doc/cs
.endif
.include <bsd.port.mk>