blob: a4c6604e0683b63dd2da9fae398f44428759df66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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= obrien@FreeBSD.org
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>
|