openbsd-ports/mail/akpop3d/Makefile

24 lines
444 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:23:50 espie Exp $
COMMENT= small and secure POP3 daemon
DISTNAME= akpop3d-0.7.7
2010-11-19 02:23:05 -05:00
REVISION = 1
CATEGORIES= mail
HOMEPAGE= http://www.synflood.at/akpop3d.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
2005-01-02 05:53:41 -05:00
WANTLIB= c crypto ssl
MASTER_SITES= http://www.synflood.at/akpop3d/ \
http://www.mguillaud.net/ports/akpop3d/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE=gnu
2010-10-18 15:59:15 -04:00
USE_GROFF = Yes
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
.include <bsd.port.mk>