pamsshagentauth-code/dist/freebsd-6.4/pam_ssh_agent_auth/Makefile

28 lines
744 B
Makefile
Raw Normal View History

2016-07-10 17:28:38 +00:00
# New ports collection makefile for: pam_ssh_agent_auth
# Date created: 18 January 2009
# Whom: Jamie Beverly
#
# $FreeBSD$
#
PORTNAME = pam_ssh_agent_auth
PORTVERSION = 0.10.2
CATEGORIES = security
MASTER_SITES = http://downloads.sourceforge.net/pamsshagentauth/pam_ssh_agent_auth-0.9.5.tar.bz2
EXTRACT_SUFX = .tar.bz2
WRKSRC = ${WRKDIR}/$(PORTNAME)
MAINTAINER = soupboy@sourceforge.net
COMMENT = A PAM module implementing authentication via ssh-agent
MAN8 = pam_ssh_agent_auth.8
MANCOMPRESSED = no
GNU_CONFIGURE = yes
USE_GMAKE = yes
PREFIX = /
MANPREFIX = /usr/share
CONFIGURE_ARGS = --libexecdir=/usr/lib --with-mantype=man
.include <bsd.port.mk>