mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
b9b3029f94
site seems to have problems right now and the situation may last for more time according to the author.
36 lines
850 B
Makefile
36 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>
|