mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
5d90aae145
the previous version had a huge problem and had to be removed from the master site, and that's why I'm doing this this late in the cycle. Also, the problems that patch-aa (off_t) and patch-ac (password length) address seem to be fixed, so take them out.
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# New ports collection makefile for: popper
|
|
# Version required: 2.1.4-r3
|
|
# Date created: 1 April 1995
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.8 1995/04/16 20:39:08 asami Exp $
|
|
#
|
|
|
|
DISTNAME= qpop2.1.4-r3
|
|
PKGNAME= qpop-2.1.4.3
|
|
CATEGORIES+= mail
|
|
MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= pst@freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/qpopper2.1.4
|
|
|
|
.include <bsd.port.mk>
|