mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update port: deskutils/teapot to 1.07
- Update to version 1.07 PR: ports/56523 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
599d825673
commit
29f6f4e249
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88739
@ -6,15 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= teapot
|
||||
PORTVERSION= 1.06
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.moria.de/~michael/teapot/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Full-screen curses based spread sheet program
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I./.curses.h -DNO_POSIX_SOURCE" \
|
||||
LDFLAGS="" LIBS="-lcurses -mytinfo -lm" MAKEDEPEND=""
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" LIBS="-lcurses -lm" \
|
||||
MAKEDEPEND=""
|
||||
ALL_TARGET= teapot
|
||||
MAN1= teapot.1
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (teapot-1.06.tar.gz) = b14d209888f7d5b9c75e564ac81d4579
|
||||
MD5 (teapot-1.07.tar.gz) = 399e9b2824b1bead877b5f87ae27b3bb
|
||||
|
@ -1,16 +1,16 @@
|
||||
bin/teapot
|
||||
%%PORTDOCS%%share/doc/teapot/teapot.doc
|
||||
%%PORTDOCS%%share/doc/teapot/teapot.html
|
||||
%%PORTDOCS%%share/doc/teapot/teapot.ps
|
||||
%%PORTDOCS%%share/examples/teapot/asqrt
|
||||
%%PORTDOCS%%share/examples/teapot/asqrt.README
|
||||
%%PORTDOCS%%share/examples/teapot/blink
|
||||
%%PORTDOCS%%share/examples/teapot/counter
|
||||
%%PORTDOCS%%share/examples/teapot/counter.README
|
||||
%%PORTDOCS%%share/examples/teapot/life
|
||||
%%PORTDOCS%%share/examples/teapot/life.README
|
||||
%%PORTDOCS%%share/examples/teapot/graphtest.sh
|
||||
%%PORTDOCS%%share/examples/teapot/sqrt
|
||||
%%PORTDOCS%%share/examples/teapot/sqrt.README
|
||||
%%PORTDOCS%%@dirrm share/examples/teapot
|
||||
%%PORTDOCS%%@dirrm share/doc/teapot
|
||||
%%PORTDOCS%%%%DOCSDIR%%/teapot.doc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/teapot.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/teapot.ps
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/asqrt
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/asqrt.README
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/blink
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/counter
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/counter.README
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/life
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/life.README
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/graphtest.sh
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sqrt
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sqrt.README
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user