# New ports collection makefile for: avfs # Date created: 2008-06-14 # Whom: Evgeny Zhirnov # # $FreeBSD$ # PORTNAME= avfs PORTVERSION= 0.9.9 CATEGORIES= sysutils MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} MAINTAINER= jirnov@gmail.com COMMENT= A Virtual File System BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod NO_INSTALL_MANPAGES= yes CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes OPTIONS= DEBUG "Enable debug" off \ LIBRARY "Enable library" off \ FUSE "Enable fuse" on .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .else CONFIGURE_ARGS+= --disable-debug .endif .if defined(WITH_LIBRARY) CONFIGURE_ARGS+= --enable-library PLIST_SUB+= LIBRARY="" .else CONFIGURE_ARGS+= --disable-library PLIST_SUB+= LIBRARY="@comment " .endif .if defined(WITH_FUSE) CONFIGURE_ARGS+= --enable-fuse PLIST_SUB+= FUSE="" .else CONFIGURE_ARGS+= --disable-fuse PLIST_SUB+= FUSE="@comment " .endif .include orm'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-241-0/+1
* Update to 2.24jylefort2005-05-282-3/+3
* - Fix WWW: linekrion2004-03-081-1/+1
* - Update to version 2.22krion2004-03-013-16/+6
* De-pkg-comment.obraun2003-02-212-1/+1
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+2
* PERL -> REINPLACE_CMDpat2002-06-181-1/+1
* Update maintainer e-mail address.anders2002-04-211-1/+1
* Update to version 2.1kevlo2001-12-224-27/+4