aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popd/Makefile
blob: d1d65eb691d9d0f1fdac14c5168b182da1df6360 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    popd
# Date created:             17 April 2001
# Whom:                 ianf@za.uu.net
#
# $FreeBSD$
#

PORTNAME=   popd
PORTVERSION=    2.0.1
PORTREVISION=   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>