git: 2597d086d9e8 - main - misc/sff: Switch back to ncurses:base
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jun 2025 06:45:25 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2597d086d9e857ae9ecfe9db586b7af7f46462bf
commit 2597d086d9e857ae9ecfe9db586b7af7f46462bf
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-06-11 06:41:40 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-06-11 06:41:40 +0000
misc/sff: Switch back to ncurses:base
While here, add PREFIX to MAKE_ARGS instead of upstream hardcoded one.
PR: 285216
---
misc/sff/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/misc/sff/Makefile b/misc/sff/Makefile
index 3183635d97cb..3cd6cb90a955 100644
--- a/misc/sff/Makefile
+++ b/misc/sff/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sff
DISTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://codeberg.org/sylphenix/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@@ -10,12 +11,12 @@ WWW= https://codeberg.org/sylphenix/sff
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= ncurses:port pkgconfig localbase:ldflags
+USES= ncurses
USE_CSTD= c11
MAKE_ARGS= CC="${CC}" \
- CFLAGS="${CFLAGS} -I${NCURSESINC}" \
- LDFLAGS="`pkg-config --libs ncursesw`"
+ CFLAGS="${CFLAGS}" \
+ PREFIX="${PREFIX}"
WRKSRC= ${WRKDIR}/${PORTNAME}