blob: f1ee2979a633bdb1acefeee653f60a5252381e2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: pop3gwd
# Date created: 19 October 2000
# Whom: jonny@jonny.eng.br
#
# $OpenBSD: Makefile,v 1.9 2000/10/23 16:08:13 espie Exp $
# $FreeBSD$
#
PORTNAME= pop3gwd
PORTVERSION= 1.2
CATEGORIES= mail net
MASTER_SITES= http://fresh.t-systems-sfr.com/linux/src/
MAINTAINER= jonny@jonny.eng.br
COMMENT= App-level proxy for Mail retrieval behind Firewalls
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
|