1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/security/pam_alreadyloggedin/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

34 lines
694 B
Makefile

# New ports collection makefile for: pam_alreadyloggedin
# Date created: 6 March 2002
# Whom: green@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= pam_alreadyloggedin
PORTVERSION= 0.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://green.bikeshed.org/~green/
MASTER_SITE_SUBDIR= green
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "only works on systems with OpenPAM (5.0-CURRENT)"
.endif
MAINTAINER= green@FreeBSD.org
COMMENT= PAM module based on whether a user is already logged in
.if defined(NOPROFILE)
PLIST_SUB+= PROFILE="@comment "
.else
PLIST_SUB+= PROFILE=""
.endif
MAN8= pam_alreadyloggedin.8
.include <bsd.port.post.mk>