openbsd-ports/sysutils/exfat-fuse/Makefile

28 lines
456 B
Makefile
Raw Normal View History

COMMENT = exFAT file system through FUSE
2018-07-06 08:47:58 +00:00
V = 1.2.8
GH_ACCOUNT = relan
GH_PROJECT = exfat
GH_TAGNAME = v${V}
2018-07-06 08:47:58 +00:00
DISTNAME = exfat-fuse-${V}
CATEGORIES = sysutils
MAINTAINER = YASUOKA Masahiko <yasuoka@yasuoka.net>
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c fuse
2019-05-19 19:13:45 +00:00
CONFIGURE_STYLE = autoreconf
AUTOMAKE_VERSION = 1.15
AUTOCONF_VERSION = 2.69
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS += -std=gnu99
.endif
.include <bsd.port.mk>