freebsd-ports/mail/missey/Makefile
Xin LI b9b3029f94 Add MASTER_SITE_LOCAL as fallback master sites. The original distribution
site seems to have problems right now and the situation may last for more
time according to the author.
2006-09-02 19:31:48 +00:00

35 lines
850 B
Makefile

# New ports collection makefile for: missey
# Date created: 30 April 2004
# Whom: delphij@FreeBSD.org.cn
#
# $FreeBSD$
#
PORTNAME= missey
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.dengh.com/missey/
MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/delphij/}
DISTNAME= mps.${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= Secure small and high performance POP3 server
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/mps/src
MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \
PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}" WRKSRC="${WRKSRC}"
PLIST_FILES= sbin/bent sbin/mps etc/mps/pop3d.conf-dist
PLIST_DIRS= etc/mps
USE_RC_SUBR= mps.sh
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include <bsd.port.mk>