mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= llfuse
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= stdin@niklaas.eu
|
|
COMMENT= Python bindings for low-level FUSE API
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
BROKEN_powerpc64= Does not build: error: conversion to mode_t from int may alter its value
|
|
|
|
USES= compiler:c++11-lang fuse pkgconfig python tar:bz2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/llfuse.so
|
|
|
|
.include <bsd.port.mk>
|