a75a8789a0
* SSL support * Wire-format option for mailboxes. * Mailbox support cleanup (esp. Maildir) Note that bulletins are non-functional in this release.
24 lines
393 B
Makefile
24 lines
393 B
Makefile
# New ports collection makefile for: popd
|
|
# Date created: 17 April 2001
|
|
# Whom: ianf@za.uu.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= popd
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
|
|
|
|
MAINTAINER= ianf@za.uu.net
|
|
|
|
MAN8= popd.8
|
|
|
|
INSTALLS_SHLIB= yes
|
|
NOMANCOMPRESS= yes
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/src/popd.8 ${WRKSRC}/src/popd.mdoc
|
|
|
|
.include <bsd.port.mk>
|