openbsd-ports/net/pop3gwd/Makefile

22 lines
382 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:35:55 espie Exp $
COMMENT= app-level proxy for mail retrieval behind firewalls
2002-10-27 20:38:44 -05:00
DISTNAME= pop3gwd-1.2
REVISION= 0
2002-10-27 20:38:44 -05:00
CATEGORIES= net mail
MAINTAINER= Ian McWilliam <ian@dodo.com.au>
MASTER_SITES= http://www.go.dlr.de/linux/src/
2000-03-22 02:12:36 -05:00
PERMIT_PACKAGE_CDROM= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2002-10-27 20:38:44 -05:00
WRKDIST= ${WRKDIR}/pop3gwd
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-27 20:38:44 -05:00
.include <bsd.port.mk>