summaryrefslogtreecommitdiff
path: root/mail/missey/Makefile
blob: 2f765ee071fe733b4fc2f862ba3ab7faad7de8f3 (plain)
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
PORTNAME=	missey
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	mail
MASTER_SITES=	http://www.dengh.com/missey/
MASTER_SITES+=	LOCAL/delphij
DISTNAME=	mps.${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Secure small and high performance POP3 server
WWW=		http://dengh.com/missey/index.html

USES=	tar:bzip2

DEPRECATED=		mail/missey has been abandoned for many years
EXPIRATION_DATE=	2026-03-31

MAKE_ENV+=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" WRKSRC="${WRKSRC}" \
		INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}"

PLIST_FILES=	sbin/bent sbin/mps etc/mps/pop3d.conf-dist

USE_RC_SUBR=	mps

post-extract:
	@${MV} ${WRKDIR}/mps/src ${WRKSRC}
	@${RM} -r ${WRKDIR}/mps

post-patch:
	@${CP}	${FILESDIR}/Makefile ${WRKSRC}/Makefile

.include <bsd.port.mk>