diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-20 15:04:00 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-20 15:04:00 +0000 |
commit | 6d3edf0ac73fdafa2657330f8d7653d4804fd961 (patch) | |
tree | f24f22417a9b709362330209a21b16900b549cd7 /mail | |
parent | 8f23691806899fa00b7cc4239535a5c0e6cdea53 (diff) | |
download | ports-6d3edf0ac73fdafa2657330f8d7653d4804fd961.tar.gz ports-6d3edf0ac73fdafa2657330f8d7653d4804fd961.zip |
Notes
Diffstat (limited to 'mail')
-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 36cbfa7a1a7b..caf544e2b265 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 000000000000..169413427b4d --- /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 000000000000..bb624e4d6a6c --- /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 000000000000..f9cda87e6319 --- /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 000000000000..6986c9f6b421 --- /dev/null +++ b/mail/akpop3d/pkg-plist @@ -0,0 +1 @@ +bin/akpop3d |