aboutsummaryrefslogtreecommitdiffstats
path: root/security/keychain/Makefile
blob: 5cfcb4fdb67d19d5784d8cf0ddf5c682a40e0780 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    keychain
# Date created:     10 September 2001
# Whom:             Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   keychain
PORTVERSION=    2.7.1
CATEGORIES= security
MASTER_SITES=   http://www.funtoo.org/archive/keychain/ \
        ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles

MAINTAINER= garga@FreeBSD.org
COMMENT=    A user-friendly front-end to ssh-agent(1)

OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=DOCS

USE_BZIP2=      yes
USE_GMAKE=      yes
USE_PERL5_BUILD=    yes

MAN1=       keychain.1

PLIST_FILES=    bin/keychain

PORTDOCS=   ChangeLog README.rst

.include <bsd.port.pre.mk>

.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent)
RUN_DEPENDS+=   ssh-agent:${PORTSDIR}/security/openssh-portable
.endif

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin/keychain
    ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${PREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>
tw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?h=gnome-3.24&id=4e4fbe1f07b85f1802a3903688c76bd957acb81c'>Add back pakcage ranges for people have ancient packageslwhsu2014-04-241-0/+3 * Actually use the python interpreter found by cmake.brooks2014-04-242-0/+52 * - Fix perl path in scriptsgahr2014-04-241-1/+3 * - Optionizeamdmi32014-04-241-11/+7 * - Unbreak on 10.x+ by using gccamdmi32014-04-242-25/+18 * . fix plist; [1]bsam2014-04-242-2/+19 * - New port: devel/dbus-tclgahr2014-04-244-0/+48 * databases/pymongo: update to 2.7wg2014-04-242-3/+3 * - Stageamdmi32014-04-241-6/+4 * Fix build on 9.2 and remove dependency to gcc [1].ehaupt2014-04-243-136/+10 * - STAGE-cleangahr2014-04-241-1/+0 * devel/py-stevedore: update to 0.15wg2014-04-243-12/+12 * - USES=tar:xzgahr2014-04-241-2/+1 * - USES=tar:xzgahr2014-04-241-3/+1 * - USES=tar:bzip2gahr2014-04-241-2/+1 * - Update to 1.68culot2014-04-242-3/+3 * - USES=tar:xzgahr2014-04-241-2/+1 * check-plist: Don't error if GNOME_MTREE_FILE is missing, which can happenbdrewery2014-04-241-1/+1 * Fix BadImplemented errors that happen with gdk 3.12.x and GNOME 3. [1]kwm2014-04-242-8/+43 * - USES shebangfix + tar:bzip2gahr2014-04-241-2/+2 * - Be more specific about the license (BSD -> BSD3CLAUSE)danfe2014-04-241-3/+7 * Add a port of pfm (Personal File Manager) for Unix-like operating systems.danfe2014-04-245-0/+148 * - Update to 1.5.5jadawin2014-04-242-6/+4 * - Update to 0.26jadawin2014-04-242-3/+3 * Term::ScreenColor, Term::Screen-based screen positioning and coloring module.danfe2014-04-245-0/+34 * Replace deprecate USE_DOS2UNIX by dos2unix to fix file format before patchrodrigo2014-04-241-2/+2 * - Strip .so (make test still passes afterwards)[1]mat2014-04-241-2/+4 * - Update to 1.05culot2014-04-243-5/+9 * Fix LIB_DEPENDS on mjpegtools.tijl2014-04-245-5/+5 * ports-mgmt/porttools: Upgrade to 1.02xmj2014-04-242-10/+5 * Finely tune KRB5_HOME test when using LIB_DEPENDS. in the case whency2014-04-243-0/+6 * - Update to "6.6.1" [1]bdrewery2014-04-244-18/+178 * Fix minor plist issues from check-plistbdrewery2014-04-242-2/+3 * - Fix regression from r315599: Allow pkg to install itself firstbdrewery2014-04-241-3/+0 * Update to the 20140423 snapshot of GCC 4.9.1. This is basically thegerald2014-04-242-5/+5 * - Fix when USES not definedbdrewery2014-04-241-2/+2 * - Fix stage-qa when USES contains desktop-file-utils twicebdrewery2014-04-241-2/+6 * restore dos2unix conversion for patched filesrodrigo2014-04-241-0/+1 * Don't install conflicting std*.h and varargs.h files.brooks2014-04-243-7/+23 * - Handle plist containing @unexec /bin/rmdirantoine2014-04-241-5/+5 * Remove blank lineantoine2014-04-241-1/+0 * Move the -nox11 PKGNAMESUFFIX to the -nox11 slave and simplify CONFLICTSantoine2014-04-242-7/+6 * print/foomatic-db: update to version 20140423bsam2014-04-243-4/+7 * Drop excess USES+=desktop-file-utils under the GNOME option,mandree2014-04-241-1/+0 * - Stageswills2014-04-241-1/+0 * print/cups{,-base,-client,-image}: update to version 1.7.2bsam2014-04-244-15/+89 * The SvxLink project is a flexible, general purpose voice services system fordb2014-04-2422-0/+704 * Explicitly set libXext dependency to fix build after r351936.jkim2014-04-242-1/+12 * - Fix port when SQUID_UID != squid [1]madpilot2014-04-242-3/+4 * Update to a new snapshot.brooks2014-04-244-7/+476 * Update to version 1.17.7pawel2014-04-244-36/+10 * git-bzr-ng is a bidirectional bridge between git and bzr that letsamdmi32014-04-244-0/+44 * - Update to 2.6.3.stephen2014-04-242-4/+3 * Link editors/gedit and graphics/evince with libICE. (Fixup for r351936)tijl2014-04-242-1/+8 * - Update to 5.00culot2014-04-243-8/+28 * - Update to 0.7.1tota2014-04-242-4/+3 * - Update to 0.2.4tota2014-04-242-4/+3 * - Update to 1.0.10swills2014-04-233-9/+6 * Update to 1.8.0.kwm2014-04-235-55/+34 * - Update to 1.0.4 [1]amdmi32014-04-232-5/+5 * - Update to 2.2.0amdmi32014-04-233-129/+307 * - Update to 1.981jadawin2014-04-233-4/+5 * Welcome mod_cloudflare to the tree.feld2014-04-234-0/+36 * - Fix buildgahr2014-04-231-0/+13 * - Mark DEPRECATED and set EXPIRATION_DATE: the port is unfetchable and outdat...amdmi32014-04-231-0/+3 * Fix build with clang:garga2014-04-232-1/+5 * Update gstreamer 1.0 ports to version 1.2.4.tijl2014-04-2368-127/+104 * MF security/krb5: RTM_OLDADD and RTM_OLDDEL were removed from -stable.cy2014-04-232-0/+29 * . support staging; [1]bsam2014-04-233-592/+578 * - Add missing distinfo [1]lwhsu2014-04-232-3/+2 * - Fix permission on redmine directories: log, files, tmp and public asswills2014-04-23