[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / sysutils / dosfstools

File: [local] / ports / sysutils / dosfstools / Makefile (download)

Revision 1.5, Wed Sep 27 17:16:25 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.4: +1 -1 lines

MASTER_SITES -> SITES

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,-main \
		textproc/gdiff

SEPARATE_BUILD=	Yes

CONFIGURE_STYLE=gnu
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"

.include <bsd.port.mk>