8e5db79efa
Submitted by Maxime Guillaud <bsd-ports@mguillaud.net>. akpop3d is a POP3 daemon aimed to be small and secure. It is stand-alone, very small, easy to modify. Despite its small size, it offers a lot of features.
26 lines
510 B
Makefile
26 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/08 21:57:05 naddy Exp $
|
|
|
|
COMMENT= "small and secure POP3 daemon"
|
|
|
|
DISTNAME= akpop3d-0.7.7
|
|
CATEGORIES= mail
|
|
HOMEPAGE= http://www.synflood.at/akpop3d/
|
|
|
|
MAINTAINER= Maxime Guillaud <bsd-ports@mguillaud.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE} \
|
|
http://www.mguillaud.net/ports/akpop3d/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|