Files
ports/sysutils/dosfstools/Makefile
T
fcambus e33972d4f0 dosfstools: adjust TEST_DEPENDS after editors/vim,-main removal.
The vim port no longer has a -main subpackage, so depend on editors/vim
directly instead.
2026-05-18 14:52:04 +00:00

29 lines
545 B
Makefile

COMMENT= check and label FAT file systems
V= 4.1
DISTNAME= dosfstools-${V}
EXTRACT_SUFX= .tar.xz
REVISION= 0
CATEGORIES= sysutils
HOMEPAGE= https://github.com/dosfstools/dosfstools
# GPLv3+
PERMIT_PACKAGE= Yes
SITES= https://github.com/dosfstools/dosfstools/releases/download/v${V}/
WANTLIB+= c iconv
LIB_DEPENDS= converters/libiconv
TEST_DEPENDS= editors/vim \
textproc/gdiff
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
.include <bsd.port.mk>