openbsd-ports/plan9/sam/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

33 lines
783 B
Makefile

# $OpenBSD: Makefile,v 1.2 1998/10/18 05:02:09 marc Exp $
#
DISTNAME= sam-4.3-19980506
CATEGORIES= plan9
MAINTAINER= msfriedl@cs.fau.de
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/research/ \
http://netlib.bell-labs.com/netlib/research/
DISTFILES= sam.shar.gz
EXTRACT_SUFX= .shar.gz
EXTRACT_CMD= gzip -d <
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
SAMDOCDIR= ${PREFIX}/share/doc/sam
SAMDOCFILES= sam.ps sam.tut.ms se.ps Sam.ad
post-install:
${INSTALL_MAN} $(WRKSRC)/doc/sam.1 $(PREFIX)/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${SAMDOCDIR}
set -e; for f in ${SAMDOCFILES}; do \
${INSTALL_DATA} ${WRKSRC}/doc/$${f} ${SAMDOCDIR}/$${f}; \
done
${INSTALL_DATA} ${WRKSRC}/README ${SAMDOCDIR}/
.endif
.include <bsd.port.mk>