ports/mail/pop3d/Makefile

26 lines
510 B
Makefile

COMMENT = POP3 daemon with POP3S and STARTTLS extensions
VERSION = 1.0.2
GH_ACCOUNT = snimmagadda
GH_PROJECT = pop3d
GH_TAGNAME = v${VERSION}
DISTNAME = ${GH_PROJECT}-${VERSION}
CATEGORIES = mail
REVISION = 3
MAINTAINER = James Turner <james@calminferno.net>
HOMEPAGE = https://github.com/snimmagadda/pop3d/
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c crypto event ssl util
MAKE_FLAGS = BINDIR="${PREFIX}/sbin" \
MANDIR="${PREFIX}/man/man" \
DEBUG=""
NO_TEST = Yes
.include <bsd.port.mk>