ajacoutot 5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00

23 lines
433 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/09/10 13:03:42 ajacoutot Exp $
COMMENT= small and secure POP3 daemon
DISTNAME= akpop3d-0.7.7
REVISION = 2
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
NO_TEST= Yes
.include <bsd.port.mk>