diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:31:48 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:31:48 +0000 |
commit | 9ef2f5767519ecec3b43412f1926a953f3ef85e8 (patch) | |
tree | acc98044b918c06f89d339f3d9b979ee80c73247 /deskutils/teapot/Makefile | |
parent | 3752d107f18861c969842dd3f849859aafa69b99 (diff) | |
download | ports-9ef2f5767519ecec3b43412f1926a953f3ef85e8.tar.gz ports-9ef2f5767519ecec3b43412f1926a953f3ef85e8.zip |
Notes
Diffstat (limited to 'deskutils/teapot/Makefile')
-rw-r--r-- | deskutils/teapot/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile new file mode 100644 index 000000000000..26185d7beae2 --- /dev/null +++ b/deskutils/teapot/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: teapot +# Version required: 1.01 +# Date created: 7 January 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= teapot-1.01 +CATEGORIES= misc +MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/ + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +MAN1= teapot.1 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/teapot ${PREFIX}/bin + @ cd ${WRKSRC}/doc; make teapot.doc teapot.html teapot.ps + @ ${INSTALL_MAN} ${WRKSRC}/teapot.1.en ${PREFIX}/man/man1/teapot.1 + @ ${MKDIR} ${PREFIX}/share/examples/teapot +.for file in asqrt asqrt.README counter counter.README life life.README sqrt sqrt.README + @ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/teapot +.endfor + @ ${MKDIR} ${PREFIX}/share/doc/teapot + @ ${INSTALL_DATA} ${WRKSRC}/README-en.html ${PREFIX}/share/doc/teapot/README.html +.for file in teapot.doc teapot.html teapot.ps + @ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/teapot +.endfor + +.include <bsd.port.mk> |