1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Fix LICENSE

- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-09-29 09:01:48 +00:00
parent a74dfcae3a
commit 6387eaca39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422910
2 changed files with 8 additions and 6 deletions
deskutils/teapot

View File

@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Full-screen curses based spread sheet program
LICENSE= GPLv3
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake ncurses
@ -27,9 +27,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
${WRKSRC}/CMakeLists.txt
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC_DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})

View File

@ -1,6 +1,6 @@
--- CMakeLists.txt 2012-02-06 06:30:53.000000000 -0500
+++ CMakeLists.txt 2012-02-25 18:06:26.000000000 -0500
@@ -5,7 +5,7 @@
--- CMakeLists.txt.orig 2012-02-06 11:30:53 UTC
+++ CMakeLists.txt
@@ -5,7 +5,7 @@ set(Teapot_VERSION_MAJOR 2)
set(Teapot_VERSION_MINOR 3)
set(Teapot_VERSION_PATCH 0)
@ -9,7 +9,7 @@
option(ENABLE_UTF8 "Enable UTF-8 support" ON)
option(ENABLE_STATIC "Link FLTK statically" OFF)
@@ -40,30 +40,6 @@
@@ -40,30 +40,6 @@ if (CURSES_FOUND)
install(TARGETS teapot DESTINATION bin)
endif ()