aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ndir/Makefile
blob: 2a5b13cda6e14a3df50fadea11848232ed7b5fb4 (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
33
34
35
36
# New ports collection makefile for:	ndir
# Date created:			Jun 16, 2001
# Whom:				Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=	ndir
PORTVERSION=	0.8.7
CATEGORIES=	sysutils
MASTER_SITES=	http://www.Informatik.Uni-Oldenburg.DE/~mw/software/
DISTNAME=	NDir-${PORTVERSION}
EXTRACT_SUFX=	-1.tar.gz

MAINTAINER=	markp@FreeBSD.org
COMMENT=	A featureful directory lister

USE_GMAKE=	yes
USE_REINPLACE=	yes
ALL_TARGET=	compile
CFLAGS+=	-DNO_THOUSANDS_GROUPING
MAN1=		ndir.1
MLINKS=		ndir.1 lv.1 ndir.1 lw.1

.include <bsd.port.pre.mk>

post-patch:
	${REINPLACE_CMD} -E "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/ndir ${PREFIX}/bin
	${LN} -sf ndir ${PREFIX}/bin/lw
	${LN} -sf ndir ${PREFIX}/bin/lv
	${INSTALL_MAN} ${WRKSRC}/ndir.1 ${PREFIX}/man/man1

.include <bsd.port.post.mk>