748a3eadcb
mail retrieval from POP3 servers by systems that either: (a) are behind a firewall or screening router OR (b) do not have an assigned IP number OR (c) must share a SLIP/PPP connection on another system
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/03 02:22:42 kevlo Exp $
|
|
#
|
|
# OpenBSD port for pop3gwd.
|
|
# Created: 1999/12/28 ianm@cit.nepean.uws.edu.au
|
|
#
|
|
|
|
DISTNAME= pop3gwd-1.2
|
|
CATEGORIES= net mail
|
|
|
|
MAINTAINER= ianm@cit.nepean.uws.edu.au
|
|
|
|
MASTER_SITES= http://www.students.cs.unibo.it/~borgia/homepage/Software/
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
WRKSRC= ${WRKDIR}/pop3gwd/
|
|
.include <bsd.port.mk>
|