blob: 680e95e322dc5031984ce66fd6e3c2f4dcbea033 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: popper
# Version required: 2.2
# Date created: 1 April 1995
# Whom: pst
#
# $Id: Makefile,v 1.13 1996/11/10 21:32:35 obrien Exp $
#
DISTNAME= qpop2.2
PKGNAME= qpop-2.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pst@freebsd.org
#
# If APOP_ONLY variable present in the environment, popper builds
# with APOP authentification only
#
NO_PACKAGE= "Needs POP UID"
WRKSRC= ${WRKDIR}/qpopper2.2
.include <bsd.port.mk>
|