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
23 lines
433 B
Makefile
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>
|