1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/mail/popd/Makefile
Sheldon Hearn 7d01620b59 Update 2.2.0 -> 2.2.1
This version contains no new functionality over 2.2.0, other than
removing a .depend file and adding a sample configuration file.

WARNING!!!
This version is not backward compatible with 2.0.1; it uses a config
file instead of using more command-line options than ls(1).

Remove BROKEN tag.
2002-11-07 09:47:03 +00:00

30 lines
519 B
Makefile

# New ports collection makefile for: popd
# Date created: 17 April 2001
# Whom: ianf@za.uu.net
#
# $FreeBSD$
#
PORTNAME= popd
PORTVERSION= 2.2.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
MAINTAINER= ianf@za.uu.net
MAN5= popd.conf.5
MAN8= popd.8
INSTALLS_SHLIB= yes
MANCOMPRESSED= maybe
.if defined(NOPROFILE)
PLIST_SUB= NOPROFILE="@comment "
.else
PLIST_SUB= NOPROFILE=""
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/src/popd.conf.default ${PREFIX}/etc/.
.include <bsd.port.mk>