mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
31 lines
708 B
Makefile
31 lines
708 B
Makefile
# New ports collection makefile for: cs
|
|
# Version required: 0.5
|
|
# Date created: 22 May 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= cs-0.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
NO_CDROM= this port requires a written license
|
|
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>
|