1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/sysutils/exfat-utils/Makefile
Jan Beich a78b6c42d3 sysutils/*exfat*: update to 1.2.4
- Chase project move to GitHub
- Chase patent licensing URL [1]
- Restore GPLv2 after r328060 [2]
- Fix build on DragonFly
- Drop unused iconv dependency

PR:		199874, 210823
PR:		210162 [1]
Suggested by:	decke, tijl [2] (via bug 193629)
Approved by:	maintainer timeout (2 weeks)
MFH:		2016Q3
2016-07-18 18:29:59 +00:00

42 lines
1.3 KiB
Makefile

# Created by: Alex Samorukov <samm@os2.kiev.ua>
# $FreeBSD$
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.4
CATEGORIES= sysutils
PKGNAMESUFFIX= -utils
MAINTAINER= samm@os2.kiev.ua
COMMENT= Utilities to create, check, label and dump exFAT filesystem
LICENSE= GPLv2+ MSPAT
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_NAME_MSPAT= Microsoft exFAT Patent License
LICENSE_TEXT_MSPAT= It is important to note that open source and other publicly \
available implementations of exFAT do not include a patent \
license from Microsoft. A license is required in order to \
implement exFAT and use it in a product or device. \
https://www.microsoft.com/en-us/legal/intellectualproperty/mtl/exfat-licensing.aspx
LICENSE_PERMS_MSPAT= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
LIB_DEPENDS= libublio.so:devel/libublio
USE_GITHUB= yes
GH_ACCOUNT= relan
USES= autoreconf localbase pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= sbin/exfatlabel sbin/dumpexfat sbin/exfatfsck sbin/mkexfatfs \
sbin/fsck.exfat sbin/mkfs.exfat \
man/man8/exfatlabel.8.gz man/man8/mkexfatfs.8.gz man/man8/exfatfsck.8.gz \
man/man8/dumpexfat.8.gz
post-patch:
@${REINPLACE_CMD} -e '/fuse/d' ${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's/ fuse//' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>