freebsd-ports/mail/popd/Makefile
Kris Kennaway 07a43844d4 Set MANCOMPRESSED=maybe and fix plist in the case where NOPROFILE is set
in the make environment.

Approved by:	maintainer
Noticed by:	bento
2002-03-25 05:31:12 +00:00

29 lines
490 B
Makefile

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