1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/popd/Makefile
Mark Murray 7fde4254ba Add Ian Freislich's very good POP Daemon. For those of you tired
of lousy, insecure popd's, this is a "must-see". It also has great
scalability to larger installations.
2001-04-17 10:59:45 +00:00

24 lines
441 B
Makefile

# New ports collection makefile for: popd
# Date created: 17 April 2001
# Whom: ianf@za.uu.net
#
# $FreeBSD$
#
PORTNAME= popd
PORTVERSION= 1.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
MAINTAINER= ianf@za.uu.net
MAN8= popd.8
do-build:
cd ${WRKSRC}; make -DNOMANCOMPRESS
do-install:
cd ${WRKSRC}; make -DNOMANCOMPRESS BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man/man install
.include <bsd.port.mk>