openbsd-ports/plan9/tcs/Makefile
marc cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00

26 lines
545 B
Makefile

# $OpenBSD: Makefile,v 1.2 1998/10/18 05:02:09 marc Exp $
#
DISTNAME= tcs-19950325
CATEGORIES= plan9
MAINTAINER= msfriedl@cs.fau.de
MASTER_SITES= ftp://plan9.bell-labs.com/plan9/unixsrc/ \
ftp://ftp.gwdg.de/pub/gnu2/plan9/unixsrc/
DISTFILES= tcs.shar.Z
EXTRACT_SUFX= .shar.Z
EXTRACT_CMD= gzip -d <
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
ALL_TARGET= tcs
do-install:
@${INSTALL_MAN} $(WRKSRC)/tcs.1 $(PREFIX)/man/man1
@${INSTALL_PROGRAM} $(WRKSRC)/tcs $(PREFIX)/bin
.include <bsd.port.mk>