Index: head/audio/ventrilo-server/Makefile =================================================================== --- head/audio/ventrilo-server/Makefile (revision 282094) +++ head/audio/ventrilo-server/Makefile (revision 282095) @@ -1,59 +1,59 @@ # New ports collection makefile for: ventrilo-server # Date created: 29 March 2006 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= ventrilo PORTVERSION= 3.0.3 CATEGORIES= audio net MASTER_SITES= # http://www.ventrilo.com/download.php PKGNAMESUFFIX= -server DISTNAME= ventrilo_srv-${PORTVERSION}-FreeBSD-i386 -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= Server side of the Ventrilo group voice chat system LIB_DEPENDS= stdc\\+\\+.3:${PORTSDIR}/misc/compat4x \ m.2:${PORTSDIR}/misc/compat4x \ c.4:${PORTSDIR}/misc/compat4x .include IA32_BINARY_PORT= yes NO_BUILD= yes RESTRICTED= Redistribution of pre-compiled binaries is not permitted INSTALL_DIR= ${PREFIX}/ventrilo-server USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}.sh VENT_USER= ${PORTNAME} USERS= ${VENT_USER} GROUPS= ${USERS} WRKSRC= ${WRKDIR}/ventsrv SUB_FILES= pkg-message .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= distfile can only be fetched if you accept the license. Go to http://www.ventrilo.com/dlprod.php?id=105 and put ${DISTFILES} into ${DISTDIR} .endif do-install: @${MKDIR} ${INSTALL_DIR} @${CHOWN} ${VENT_USER} ${INSTALL_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/ventrilo_srv ${INSTALL_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/ventrilo_status ${INSTALL_DIR} ${INSTALL_DATA} ${WRKSRC}/ventrilo_srv.htm ${INSTALL_DIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${INSTALL_DIR} ${INSTALL_DATA} ${WRKSRC}/ventrilo_srv.ini ${PREFIX}/etc/ventrilo_srv.ini.sample @if [ ! -f ${PREFIX}/etc/ventrilo_srv.ini ]; then \ ${CP} -p ${PREFIX}/etc/ventrilo_srv.ini.sample ${PREFIX}/etc/ventrilo_srv.ini ; \ ${CHMOD} 0640 ${PREFIX}/etc/ventrilo_srv.ini ; \ ${CHGRP} ${VENT_USER} ${PREFIX}/etc/ventrilo_srv.ini ; \ fi ${LN} -s ${PREFIX}/etc/ventrilo_srv.ini ${INSTALL_DIR}/ventrilo_srv.ini post-install: @${CAT} ${PKGMESSAGE} PKGDEINSTALL= ${PKGINSTALL} .include Property changes on: head/audio/ventrilo-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/lrmi/Makefile =================================================================== --- head/devel/lrmi/Makefile (revision 282094) +++ head/devel/lrmi/Makefile (revision 282095) @@ -1,33 +1,33 @@ # New ports collection makefile for: lrmi # Date created: 2006-01-31 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= lrmi PORTVERSION= 0.10 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= LRMI is a library for calling real mode BIOS routines ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes MAKEFILE= Makefile.bsd SHLIB_VERSION= 0 PLIST_SUB+= "SHLIB_VERSION=${SHLIB_VERSION}" .include do-install: @${MKDIR} ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/liblrmi.so ${PREFIX}/lib/liblrmi.so.${SHLIB_VERSION} ${LN} -fs ${PREFIX}/lib/liblrmi.so.${SHLIB_VERSION} ${PREFIX}/lib/liblrmi.so @${MKDIR} ${PREFIX}/include/lrmi ${INSTALL_DATA} ${WRKSRC}/lrmi.h ${PREFIX}/include/lrmi ${INSTALL_DATA} ${WRKSRC}/vbe.h ${PREFIX}/include/lrmi .include Property changes on: head/devel/lrmi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/p5-List-Permutor/Makefile =================================================================== --- head/devel/p5-List-Permutor/Makefile (revision 282094) +++ head/devel/p5-List-Permutor/Makefile (revision 282095) @@ -1,21 +1,21 @@ # New ports collection makefile for: List-Permutor # Date created: Wed Aug 9 2006 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= List-Permutor PORTVERSION= 0.022 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= Alow you to process all possible permutations of a list PERL_CONFIGURE= yes MAN3= List::Permutor.3 .include Property changes on: head/devel/p5-List-Permutor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/p5-List-PowerSet/Makefile =================================================================== --- head/devel/p5-List-PowerSet/Makefile (revision 282094) +++ head/devel/p5-List-PowerSet/Makefile (revision 282095) @@ -1,21 +1,21 @@ # New ports collection makefile for: List-PowerSet # Date created: Wed Aug 9 2006 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= List-PowerSet PORTVERSION= 0.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module that allows you to generate the power set of a list PERL_CONFIGURE= yes MAN3= List::PowerSet.3 .include Property changes on: head/devel/p5-List-PowerSet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pear-Validate/Makefile =================================================================== --- head/devel/pear-Validate/Makefile (revision 282094) +++ head/devel/pear-Validate/Makefile (revision 282095) @@ -1,27 +1,27 @@ # Ports collection makefile for: pear-Validate # Date created: 25 August 2004 # Whom: Antonio Carlos Venancio Junior () # # $FreeBSD$ # PORTNAME= Validate PORTVERSION= 0.8.4 CATEGORIES= devel www pear -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Validation class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear FILES= Validate.php TESTS= number.phpt testdate.phpt email.phpt multiple.phpt \ multicard.phpt uri.phpt DOCS= sample_multiple.php Example_Locale.php .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/devel/pear-Validate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/pear-Validate_Finance/Makefile =================================================================== --- head/devel/pear-Validate_Finance/Makefile (revision 282094) +++ head/devel/pear-Validate_Finance/Makefile (revision 282095) @@ -1,26 +1,26 @@ # Ports collection makefile for: pear-Validate # Date created: 8 November 2006 # Whom: Anish Mistry () # # $FreeBSD$ # PORTNAME= Validate_Finance PORTVERSION= 0.5.5 CATEGORIES= devel www pear -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Finance Validation class BUILD_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate RUN_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate FILES= Validate/Finance.php \ Validate/Finance/IBAN.php \ Validate/Finance/ISIN.php TESTS= validate_Finance.phpt validate_ISIN.phpt .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/devel/pear-Validate_Finance/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/pear-Validate_Finance_CreditCard/Makefile =================================================================== --- head/devel/pear-Validate_Finance_CreditCard/Makefile (revision 282094) +++ head/devel/pear-Validate_Finance_CreditCard/Makefile (revision 282095) @@ -1,24 +1,24 @@ # Ports collection makefile for: pear-Validate_Finance_CreditCard # Date created: 8 November 2006 # Whom: Anish Mistry () # # $FreeBSD$ # PORTNAME= Validate_Finance_CreditCard PORTVERSION= 0.5.3 CATEGORIES= devel www pear -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR CreditCard Validation class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Validate/Finance/CreditCard.php TESTS= credit_card.phpt .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/devel/pear-Validate_Finance_CreditCard/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/gdado/Makefile =================================================================== --- head/games/gdado/Makefile (revision 282094) +++ head/games/gdado/Makefile (revision 282095) @@ -1,24 +1,24 @@ # New ports collection makefile for: gdado # Date created: 06 May 2007 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= gdado PORTVERSION= 2.2 PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/souce%20code/${PORTNAME}-${PORTVERSION} -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 dice roller GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gtk20 libgnomeui post-patch: @${REINPLACE_CMD} "s|-O2|${CFLAGS}|" ${WRKSRC}/configure .include Property changes on: head/games/gdado/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/pear-Net_Sieve/Makefile =================================================================== --- head/net/pear-Net_Sieve/Makefile (revision 282094) +++ head/net/pear-Net_Sieve/Makefile (revision 282095) @@ -1,25 +1,25 @@ # Ports collection makefile for: pear-Net_Sieve # Date created: 25 October 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= Net_Sieve PORTVERSION= 1.3.2 CATEGORIES= net www pear -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class to handle talking to timsieved BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket CATEGORY= Net FILES= Sieve.php TESTS= SieveTest.php largescript.siv _TESTSDIR= tests .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/net/pear-Net_Sieve/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/print/pear-File_PDF/Makefile =================================================================== --- head/print/pear-File_PDF/Makefile (revision 282094) +++ head/print/pear-File_PDF/Makefile (revision 282095) @@ -1,26 +1,26 @@ # Ports collection makefile for: pear-File_PDF # Date created: 11 October 2006 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= File_PDF PORTVERSION= 0.3.3 CATEGORIES= print pear -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class to generate PDFs CATEGORY= File FILES= PDF.php PDF/fonts/courier.php PDF/fonts/helvetica.php \ PDF/fonts/helveticab.php PDF/fonts/helveticabi.php \ PDF/fonts/helveticai.php PDF/fonts/symbol.php \ PDF/fonts/times.php PDF/fonts/timesb.php PDF/fonts/timesbi.php \ PDF/fonts/timesi.php PDF/fonts/zapfdingbats.php TESTS= auto_break.phpt factory.phpt hello_world.phpt horde-power1.png \ links.phpt locale_floats.phpt pear12310.phpt text_color.phpt .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/print/pear-File_PDF/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/pear-Auth_SASL/Makefile =================================================================== --- head/security/pear-Auth_SASL/Makefile (revision 282094) +++ head/security/pear-Auth_SASL/Makefile (revision 282095) @@ -1,25 +1,25 @@ # Ports collection makefile for: pear-Auth_SASL # Date created: 2 February 2003 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= Auth_SASL PORTVERSION= 1.0.5 CATEGORIES= security www pear -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR abstraction of various SASL mechanism responses BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth FILES= Auth/SASL.php Auth/SASL/Anonymous.php \ Auth/SASL/Common.php Auth/SASL/CramMD5.php \ Auth/SASL/External.php Auth/SASL/DigestMD5.php \ Auth/SASL/Login.php Auth/SASL/Plain.php .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/security/pear-Auth_SASL/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/atitvout/Makefile =================================================================== --- head/sysutils/atitvout/Makefile (revision 282094) +++ head/sysutils/atitvout/Makefile (revision 282095) @@ -1,24 +1,24 @@ # New ports collection makefile for: atitvout # Date created: 2006-01-31 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= atitvout PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://0pointer.de/lennart/projects/atitvout/ \ http://am-productions.biz/docs/ -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= Toggle TV Out on Mach64 graphics cards LIB_DEPENDS= lrmi:${PORTSDIR}/devel/lrmi WRKSRC= ${WRKDIR}/atitvout MAKEFILE= Makefile.bsd PLIST_FILES+= sbin/atitvout .include Property changes on: head/sysutils/atitvout/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/fusefs-kmod/Makefile =================================================================== --- head/sysutils/fusefs-kmod/Makefile (revision 282094) +++ head/sysutils/fusefs-kmod/Makefile (revision 282095) @@ -1,112 +1,112 @@ # New ports collection makefile for: fusefs-kmod # Date created: 08 October 2005 # Whom: Anish Mistry # # $FreeBSD$ # PORTNAME= fusefs DISTVERSION= 0.3.9-pre1.20080208 PORTREVISION= 7 CATEGORIES= sysutils kld MASTER_SITES= http://mercurial.creo.hu/repos/fuse4bsd-hg/index.cgi/archive/ PKGNAMESUFFIX= -kmod DISTNAME= ${HG_SHORTREV} DIST_SUBDIR= fuse4bsd -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= Kernel module for fuse BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs .if !defined(NOPORTDOCS) BUILD_DEPENDS+= deplate:${PORTSDIR}/textproc/ruby-deplate .endif USE_RC_SUBR= fusefs KMODDIR?= ${PREFIX}/modules PLIST_SUB= KMODDIR=${KMODDIR} MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys" \ MOUNT="${SRC_BASE}/sbin/mount" WRKSRC= ${WRKDIR}/fuse4bsd-${HG_SHORTREV} DISABLE_SIZE= yes SRC_BASE?= /usr/src SETUP= setup.sh HG_SHORTREV= 498acaef33b0 MAN8= mount_fusefs.8 TXT_DOCS= doc.text HTML_DOCS= Faq.html \ Implementation.html \ Quickstart.html \ article.css \ deplate-mini.png \ deplate.css \ doc.html \ heading-navbar.css \ home-grey.png \ mailto.png \ next-grey.png \ prev-grey.png \ remote.png \ serif.css \ tabbar-right.css OPTIONS= AUTOSETUP "Automatic global config file setup" off .include .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires the Kernel source to be installed. Set SRC_BASE if it is not in /usr/src .endif .if !exists(${SRC_BASE}/sbin/mount) IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src .endif .if ${ARCH} != "i386" && ${ARCH} != "amd64" BROKEN= Does not compile on other than i386/amd64 .endif .if defined(WITH_AUTOSETUP) SUB_FILES+= ${SETUP} .else SUB_FILES+= pkg-message .endif post-patch: @${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \ ${WRKSRC}/doc/Makefile post-configure: @${CP} ${LOCALBASE}/include/fuse/fuse_kernel.h ${WRKSRC}/fuse_module post-build: .if !defined(NOPORTDOCS) @cd ${WRKSRC}/doc && make plaintext html_chunked .endif pre-su-install: @${MKDIR} ${KMODDIR} post-install: @${LN} -fs ${PREFIX}/sbin/mount_fusefs /usr/sbin .if defined(WITH_AUTOSETUP) && !defined(PACKAGE_BUILDING) @${ECHO} "Modifying global startup config files and loading module..." @${SH} ${WRKDIR}/${SETUP} .else @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/kmod/html .for i in ${TXT_DOCS} @${INSTALL_DATA} ${WRKSRC}/doc/plaintext_out/$i ${DOCSDIR}/kmod .endfor .for i in ${HTML_DOCS} @${INSTALL_DATA} ${WRKSRC}/doc/html_chunked_out/$i ${DOCSDIR}/kmod/html .endfor .endif .include Property changes on: head/sysutils/fusefs-kmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/sysutils/fusefs-libs/Makefile =================================================================== --- head/sysutils/fusefs-libs/Makefile (revision 282094) +++ head/sysutils/fusefs-libs/Makefile (revision 282095) @@ -1,46 +1,46 @@ # New ports collection makefile for: fusefs-libs # Date created: 01 October 2005 # Whom: Anish Mistry # $FreeBSD$ # PORTNAME= fusefs PORTVERSION= 2.7.4 CATEGORIES= sysutils MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION} PKGNAMESUFFIX= -libs DISTNAME= fuse-${PORTVERSION} -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= FUSE allows filesystem implementation in userspace GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" USE_GNOME= pkgconfig USE_LDCONFIG= yes USE_ICONV= yes CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig TXT_DOCS= how-fuse-works \ kernel.txt post-patch: ${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' \ -e 's,-D_FILE_OFFSET_BITS=64,-D_FILE_OFFSET_BITS=64 ${PTHREAD_CFLAGS},' \ ${WRKSRC}/fuse.pc.in ${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' \ ${WRKSRC}/lib/Makefile.in \ ${WRKSRC}/example/Makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${PREFIX}/include/fuse .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/libs .for i in ${TXT_DOCS} @${INSTALL_DATA} ${WRKSRC}/doc/$i ${DOCSDIR}/libs .endfor .endif .include Property changes on: head/sysutils/fusefs-libs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/sysutils/fusefs-sshfs/Makefile =================================================================== --- head/sysutils/fusefs-sshfs/Makefile (revision 282094) +++ head/sysutils/fusefs-sshfs/Makefile (revision 282095) @@ -1,33 +1,33 @@ # New ports collection makefile for: fusefs-sshfs # Date created: 01 October 2005 # Whom: Anish Mistry # $FreeBSD$ # PORTNAME= sshfs PORTVERSION= 2.2 CATEGORIES= sysutils MASTER_SITES= SF/fuse/${PORTNAME}-fuse/${PORTVERSION} PKGNAMEPREFIX= fusefs- DISTNAME= ${PORTNAME}-fuse-${PORTVERSION} -MAINTAINER= amistry@am-productions.biz +MAINTAINER= ports@FreeBSD.org COMMENT= Mount remote directories over ssh KMODDIR?= ${LOCALBASE}/modules LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" USE_GNOME= glib20 MAN1= sshfs.1 post-install: @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/fusefs-sshfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property