20 lines
448 B
Makefile
20 lines
448 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://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>
|