24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:23:50 espie Exp $
|
|
|
|
COMMENT= small and secure POP3 daemon
|
|
|
|
DISTNAME= akpop3d-0.7.7
|
|
REVISION = 1
|
|
CATEGORIES= mail
|
|
HOMEPAGE= http://www.synflood.at/akpop3d.html
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c crypto ssl
|
|
|
|
MASTER_SITES= http://www.synflood.at/akpop3d/ \
|
|
http://www.mguillaud.net/ports/akpop3d/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GROFF = Yes
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|