aboutsummaryrefslogtreecommitdiffstats
path: root/net/pchar/Makefile
blob: 57ecf5113d292718fd9141bbbae2758aba4c0755 (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
# ex:ts=8
# Ports collection makefile for:  pchar
# Date created:           Wed Nov 03, 1999
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=   pchar
PORTVERSION=    1.4
CATEGORIES= net ipv6
MASTER_SITES=   http://www.employees.org/~bmah/Software/pchar/

MAINTAINER= bmah@FreeBSD.org

GNU_CONFIGURE=  yes
MAN8=       pchar.8

.include <bsd.port.pre.mk>

CONFIGURE_ARGS= --with-pcap

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${PREFIX}/share/doc/pchar
    cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${PREFIX}/share/doc/pchar
.endif

.include <bsd.port.post.mk>