freebsd-ports/devel/cs/Makefile

29 lines
593 B
Makefile
Raw Normal View History

# New ports collection makefile for: cs
# Date created: 22 May 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
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>