diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile index 16a89162fd2a..f9fa8b9efa2f 100644 --- a/deskutils/teapot/Makefile +++ b/deskutils/teapot/Makefile @@ -1,32 +1,34 @@ # New ports collection makefile for: teapot -# Version required: 1.01 +# Version required: 1.03 # Date created: 7 January 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/03/27 10:31:46 tg Exp $ +# $Id: Makefile,v 1.2 1998/08/07 22:17:53 asami Exp $ # -DISTNAME= teapot-1.01 +DISTNAME= teapot-1.03 CATEGORIES= deskutils 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 +.if !defined(NOPORTDOCS) @ ${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 +.endif .include diff --git a/deskutils/teapot/distinfo b/deskutils/teapot/distinfo index 47c731c2aa46..d7ae73c57fa4 100644 --- a/deskutils/teapot/distinfo +++ b/deskutils/teapot/distinfo @@ -1 +1 @@ -MD5 (teapot-1.01.tar.gz) = 7a5191788f86d3df5d589a7efde714c3 +MD5 (teapot-1.03.tar.gz) = c06d01c1cd8f260c4eeecf0e514fd89f diff --git a/deskutils/teapot/files/patch-aa b/deskutils/teapot/files/patch-aa index 2bf2f75e916b..944865319128 100644 --- a/deskutils/teapot/files/patch-aa +++ b/deskutils/teapot/files/patch-aa @@ -1,37 +1,37 @@ ---- Makefile.orig Wed Mar 18 19:12:56 1998 -+++ Makefile Fri Mar 27 11:22:13 1998 +--- Makefile.orig Sun Jun 14 08:11:40 1998 ++++ Makefile Sat May 1 14:52:37 1999 @@ -1,16 +1,16 @@ #{{{script}}}#{{{ Linux, moria machines, gcc -CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common +#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common # The XDR library needs _BSD_SOURCE :( CPPFLAGS= -D_BSD_SOURCE #CPPFLAGS= -DTHE_ELECTRIC_FENCE #CPPFLAGS= -I/usr/dmalloc/include -DDMALLOC -LDFLAGS= -g +#LDFLAGS= -g #LDFLAGS= -g -L/usr/efence/lib #LDFLAGS= -g -L/usr/dmalloc/lib -LIBS= -lcurses -lm +#LIBS= -lcurses -lm #LIBS= -lcurses -lm -lefence #LIBS= -lcurses -lm -ldmalloc -MAKEDEPEND= mkdep -d +#MAKEDEPEND= mkdep -d #}}} #{{{ Linux, Slackware/Redhat/Debian Distribution, gcc #CC= gcc @@ -22,10 +22,9 @@ #MAKEDEPEND= gcc -MM #}}} #{{{ FreeBSD 2.x, gcc -#CC= gcc -#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -#CPPFLAGS= -I./.curses.h -DNO_POSIX_SOURCE -#LIBS= -lncurses -lmytinfo -lm -+CC= gcc -+CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE ++CC?= gcc ++CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE +LIBS= -lncurses -lmytinfo -lm #LDFLAGS= #MAKEDEPEND= gcc -MM #}}}