mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
While here, add PREFIX to MAKE_ARGS instead of upstream hardcoded one. PR: 285216
24 lines
502 B
Makefile
24 lines
502 B
Makefile
PORTNAME= sff
|
|
DISTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= https://codeberg.org/sylphenix/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= sylphenix@outlook.com
|
|
COMMENT= Simple and fast terminal file manager
|
|
WWW= https://codeberg.org/sylphenix/sff
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= ncurses
|
|
USE_CSTD= c11
|
|
|
|
MAKE_ARGS= CC="${CC}" \
|
|
CFLAGS="${CFLAGS}" \
|
|
PREFIX="${PREFIX}"
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|