head	1.6;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2011.05.01.20.14.16;	author bapt;	state dead;
branches;
next	1.5;

1.5
date	2011.03.13.21.30.57;	author bapt;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.11.01.37.21;	author eik;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.53;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.15.17.39.45;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.15.16.48.37;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove unmaintained expired ports from security

2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available
@
text
@# New ports collection makefile for:    pam_pop3
# Date created:				16 July 2002
# Whom:	      				Gea-Suan Lin <gslin@@ccca.nctu.edu.tw>
#
# $FreeBSD: ports/security/pam_pop3/Makefile,v 1.5 2011/03/13 21:30:57 bapt Exp $
#

PORTNAME=	pam_pop3
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://shum.huji.ac.il/~schapiro/linux/pam_pop3/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	This module authenticates a user against a POP3 server

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

WRKSRC=		${WRKDIR}/${PORTNAME}

do-build:
	${CC} ${CFLAGS} -fpic -DPIC -Wall -c ${WRKSRC}/pam_pop3.c -o ${WRKSRC}/pam_pop3.o
	${LD} -x --shared -o ${WRKSRC}/pam_pop3.so ${WRKSRC}/pam_pop3.o -lpam -lcrypt

do-install:
	@@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/lib
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.5
log
@Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Drop maintainership.

PR:		66502
Submitted by:	Gea-Suan Lin <gslin@@netnews.NCTU.edu.tw> (maintainer)
@
text
@d17 3
@


1.3
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	gslin@@ccca.nctu.edu.tw
@


1.2
log
@Keep symbol table

PR:		48293
Submitted by:	maintainer
@
text
@d15 1
@


1.1
log
@add pam_pop3 1.0
This module authenticates a user against a POP3 server

PR:		40601
Submitted by:	Gea-Suan Lin <gslin@@Infomath.math.NCTU.edu.tw>
@
text
@d10 1
d19 1
a19 1
	${CC} ${CFLAGS} -DPIC -Wall -c ${WRKSRC}/pam_pop3.c -o ${WRKSRC}/pam_pop3.o
d23 1
a23 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/lib
@

