openbsd-ports/net/pop3gwd/Makefile

25 lines
463 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2010/07/12 22:07:41 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2002-10-27 20:38:44 -05:00
WRKDIST= ${WRKDIR}/pop3gwd
NO_REGRESS= Yes
.include <bsd.port.mk>