summaryrefslogtreecommitdiff
path: root/devel/cs/Makefile
blob: 9c0452b70594126bfe915c5b4fcc04b950fe301e (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
# 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} ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/ANNOUNCE ${DOCSDIR}
.endif

.include <bsd.port.mk>