mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
be8168529b
It appears to have been heavily audited (at least as far as string format paranoia goes, and optimizes: snprintf() -> strlcpy()). PR: 22123 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> Obtained from: OpenBSD
21 lines
477 B
Makefile
21 lines
477 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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|