diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-20 15:04:00 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-20 15:04:00 +0000 |
commit | 000a52b6112bb6fbdc2a7ebec6316fe6e0829586 (patch) | |
tree | 5d2c7537bf0de4249b4c4453d09fd8f58e975185 | |
parent | 2f21c14099570e0ef512ad7ca831dad7cbbe736a (diff) | |
download | FreeBSD-ports-000a52b6112bb6fbdc2a7ebec6316fe6e0829586.zip FreeBSD-ports-000a52b6112bb6fbdc2a7ebec6316fe6e0829586.tar.gz |
New port: akpop3d
akpop3d is a POP3 daemon aimed to be small and secure. Despite its small size,
it offers a lot of features. It is completely RFC 1939 compliant.
PR: 50655
Submitted by: Kirill Ponomarew
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/akpop3d/Makefile | 34 | ||||
-rw-r--r-- | mail/akpop3d/distinfo | 1 | ||||
-rw-r--r-- | mail/akpop3d/pkg-descr | 4 | ||||
-rw-r--r-- | mail/akpop3d/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 36cbfa7..caf544e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -3,6 +3,7 @@ SUBDIR += abook SUBDIR += adcomplain + SUBDIR += akpop3d SUBDIR += althea SUBDIR += anubis SUBDIR += archivemail diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile new file mode 100644 index 0000000..1694134 --- /dev/null +++ b/mail/akpop3d/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: akpop3d +# Date created: Sun Apr 6 10:12:16 CEST 2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= akpop3d +PORTVERSION= 0.7.4 +CATEGORIES= mail +MASTER_SITES= http://www.synflood.at/akpop3d/ +DISTNAME= ${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ponomarew@oberon.net +COMMENT= POP3 daemon aimed to be small and secure + +MAN8= akpop3d.8 + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +.if defined(WITH_SSL) +USE_OPENSSL= YES +CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} +CONFIGURE_ENV= CPPFLAGS="-I${OPENSSLBASE}/include" \ + LDFLAGS="-L${OPENSSLBASE}/lib -lssl -lcrypto" +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${PREFIX}/man/man8/ + +.include <bsd.port.mk> diff --git a/mail/akpop3d/distinfo b/mail/akpop3d/distinfo new file mode 100644 index 0000000..bb624e4 --- /dev/null +++ b/mail/akpop3d/distinfo @@ -0,0 +1 @@ +MD5 (akpop3d-0.7.4.tar.bz2) = fcec0835f8d74c5a13fa589fd69c6669 diff --git a/mail/akpop3d/pkg-descr b/mail/akpop3d/pkg-descr new file mode 100644 index 0000000..f9cda87 --- /dev/null +++ b/mail/akpop3d/pkg-descr @@ -0,0 +1,4 @@ +akpop3d is a POP3 daemon aimed to be small and secure. Despite its small size, +it offers a lot of features. It is completely RFC 1939 compliant. + +WWW: http://www.synflood.at/akpop3d/ diff --git a/mail/akpop3d/pkg-plist b/mail/akpop3d/pkg-plist new file mode 100644 index 0000000..6986c9f --- /dev/null +++ b/mail/akpop3d/pkg-plist @@ -0,0 +1 @@ +bin/akpop3d |