mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
efff9f6367
- Change maintainer email to @FreeBSD.org - Get rid of pkg-plist PR: ports/84085 Submitted by: Andrej Zverev <az@inec.ru> Approved by: delphij (maintainer)
32 lines
757 B
Makefile
32 lines
757 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
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.dengh.com/missey/
|
|
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
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|