Changeset View
Changeset View
Standalone View
Standalone View
shells/scponly/Makefile
| PORTNAME= scponly | PORTNAME= scponly | ||||
| PORTVERSION= 4.8.20110526 | PORTVERSION= 4.8.20110526 | ||||
| PORTREVISION= 7 | PORTREVISION= 8 | ||||
| CATEGORIES= shells security | CATEGORIES= shells security | ||||
| MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-snapshots | MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-snapshots | ||||
| DISTNAME= ${PORTNAME}-20110526 | DISTNAME= ${PORTNAME}-20110526 | ||||
| MAINTAINER= garga@FreeBSD.org | MAINTAINER= garga@FreeBSD.org | ||||
| COMMENT= Tiny shell that only permits scp and sftp | COMMENT= Tiny shell that only permits scp and sftp | ||||
| WWW= https://github.com/scponly/scponly/wiki | WWW= https://github.com/scponly/scponly/wiki | ||||
| Show All 29 Lines | |||||
| GFTP_CONFIGURE_ENABLE= gftp-compat | GFTP_CONFIGURE_ENABLE= gftp-compat | ||||
| CHROOT_CONFIGURE_ENABLE= chrooted-binary | CHROOT_CONFIGURE_ENABLE= chrooted-binary | ||||
| CHROOT_USE= RC_SUBR=scponlyc | CHROOT_USE= RC_SUBR=scponlyc | ||||
| RSYNC_BUILD_DEPENDS= rsync:net/rsync | RSYNC_BUILD_DEPENDS= rsync:net/rsync | ||||
| RSYNC_RUN_DEPENDS= rsync:net/rsync | RSYNC_RUN_DEPENDS= rsync:net/rsync | ||||
| RSYNC_CONFIGURE_ENABLE= rsync-compat | RSYNC_CONFIGURE_ENABLE= rsync-compat | ||||
| SCP_CONFIGURE_ENABLE= scp-compat | SCP_CONFIGURE_ENABLE= scp-compat | ||||
| SUBVERSION_CONFIGURE_ENABLE= svn-compat | SUBVERSION_CONFIGURE_ENABLE= svn-compat | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| SUBVERSION_BUILD_DEPENDS= svn:devel/subversion-lts | |||||
| SUBVERSION_RUN_DEPENDS= svn:devel/subversion-lts | |||||
| SVNSERVE_BUILD_DEPENDS= svn:devel/subversion-lts | |||||
| SVNSERVE_RUN_DEPENDS= svn:devel/subversion-lts | |||||
| .else | |||||
| SUBVERSION_BUILD_DEPENDS= svn:devel/subversion | SUBVERSION_BUILD_DEPENDS= svn:devel/subversion | ||||
| SUBVERSION_RUN_DEPENDS= svn:devel/subversion | SUBVERSION_RUN_DEPENDS= svn:devel/subversion | ||||
| SVNSERVE_BUILD_DEPENDS= svn:devel/subversion | SVNSERVE_BUILD_DEPENDS= svn:devel/subversion | ||||
| SVNSERVE_RUN_DEPENDS= svn:devel/subversion | SVNSERVE_RUN_DEPENDS= svn:devel/subversion | ||||
| .endif | |||||
| SVNSERVE_CONFIGURE_ENABLE= svnserv-compat | SVNSERVE_CONFIGURE_ENABLE= svnserv-compat | ||||
| UNISON_BUILD_DEPENDS= unison:net/unison | UNISON_BUILD_DEPENDS= unison:net/unison | ||||
| UNISON_RUN_DEPENDS= unison:net/unison | UNISON_RUN_DEPENDS= unison:net/unison | ||||
| UNISON_CONFIGURE_ENABLE= unison-compat | UNISON_CONFIGURE_ENABLE= unison-compat | ||||
| WINSCP_CONFIGURE_ENABLE= winscp-compat | WINSCP_CONFIGURE_ENABLE= winscp-compat | ||||
| post-patch: | post-patch: | ||||
| @${ECHO_MSG} "In addition to knobs available from the OPTIONS dialog," | @${ECHO_MSG} "In addition to knobs available from the OPTIONS dialog," | ||||
| Show All 14 Lines | |||||