22 lines
532 B
Makefile
22 lines
532 B
Makefile
# 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://www.go.dlr.de/linux/src/ \
|
|
ftp://ftp.eos.hokudai.ac.jp/pub/mail/pop/ \
|
|
ftp://ftp.win.ne.jp/pub/network/mail/pop/
|
|
|
|
MAINTAINER= jonny@jonny.eng.br
|
|
COMMENT= App-level proxy for Mail retrieval behind Firewalls
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|