- Add LICENSE

- Switch to options helpers
- Update WWW
This commit is contained in:
Dmitry Marakasov
2018-10-01 09:38:30 +00:00
parent b8796f0d82
commit 67ff26d3eb
2 changed files with 12 additions and 9 deletions

View File

@@ -9,17 +9,20 @@ MASTER_SITES= http://www.synflood.at/akpop3d/
MAINTAINER= ports@FreeBSD.org
COMMENT= POP3 daemon aimed to be small and secure
PLIST_FILES= bin/akpop3d man/man8/akpop3d.8.gz
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:bzip2
USES= tar:bzip2
GNU_CONFIGURE= yes
.if defined(WITH_SSL)
USES+= ssl
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
CPPFLAGS+= -I${OPENSSLBASE}/include
LDFLAGS+= -L${OPENSSLBASE}/lib -lssl -lcrypto
.endif
PLIST_FILES= bin/akpop3d man/man8/akpop3d.8.gz
OPTIONS_DEFINE= SSL
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
SSL_CPPFLAGS= -I${OPENSSLBASE}/include
SSL_LDFLAGS= -L${OPENSSLBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${STAGEDIR}${PREFIX}/bin

View File

@@ -1,4 +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://synflood.at/akpop3d/
WWW: https://synflood.at/akpop3d.html