mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
16 lines
321 B
Makefile
16 lines
321 B
Makefile
# Created by: jonny@jonny.eng.br
|
|
# $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}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|