diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 23:47:00 +0800 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 23:47:00 +0800 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/archivemount | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) | |
download | freebsd-ports-gnome-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz freebsd-ports-gnome-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.zst freebsd-ports-gnome-d26530b7136cdbbc743cb41cba488928a2fb490e.zip |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt)
Diffstat (limited to 'sysutils/archivemount')
-rw-r--r-- | sysutils/archivemount/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index 5e913ffd3b6a..b11471537929 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -13,15 +13,13 @@ MASTER_SITES= http://www.cybernoia.de/software/archivemount/ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE -BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod - PLIST_FILES= bin/archivemount MAN1= archivemount.1 GNU_CONFIGURE= yes NO_INSTALL_MANPAGES= yes +USE_FUSE= yes USE_GMAKE= yes USE_ICONV= yes USE_PKGCONFIG= yes |