aboutsummaryrefslogtreecommitdiffstats
path: root/net/trafshow3/Makefile
blob: 2da6c6d97c8c0ea4a8930efe0fab0062643e59c2 (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
30
31
32
# New ports collection makefile for:    trafshow
# Version required:     3.1
# Date created:         25 September 1996
# Whom:                 igor@zynaps.ru
#
# $FreeBSD$
#

DISTNAME=   trafshow-3.1
CATEGORIES= net
MASTER_SITES=   ftp://ftp.nsk.su/pub/RinetSoftware/
EXTRACT_SUFX=   .tgz

MAINTAINER=     jseger@FreeBSD.org

.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS=    ncurses.4:${PORTSDIR}/devel/ncurses
.endif

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LDFLAGS=-L/usr/local/lib
ALL_TARGET= trafshow

MAN1=       trafshow.1

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin
    @ ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1
    @ ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow

.include <bsd.port.post.mk>