mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
116272d550
Submitted by: Michael Vasilenko <acid@stu.cn.ua> PR: ports/15907, ports/16296
33 lines
743 B
Makefile
33 lines
743 B
Makefile
# 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>
|