mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ad74428818
And clean up variable ordering (as shown in the handbook) as little.
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# New ports collection makefile for: popper
|
|
# Version required: 2.2
|
|
# Date created: 1 April 1995
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.12 1996/07/05 06:12:45 asami 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
|
|
|
|
NO_PACKAGE= "Needs POP UID"
|
|
WRKSRC= ${WRKDIR}/qpopper2.2
|
|
|
|
.include <bsd.port.mk>
|