View | Details | Raw Unified | Return to bug 131348
Collapse All | Expand All

(-)pv/Makefile (-9 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	pv
8
PORTNAME=	pv
9
PORTVERSION=	1.1.4
9
PORTVERSION=	1.1.4
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	SF
12
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	pipeviewer
13
MASTER_SITE_SUBDIR=	pipeviewer
Lines 22-40 Link Here
22
PLIST_FILES=	bin/pv
23
PLIST_FILES=	bin/pv
23
PORTDOCS=	README COPYING INSTALL NEWS PACKAGE \
24
PORTDOCS=	README COPYING INSTALL NEWS PACKAGE \
24
		TODO VERSION release-checklist
25
		TODO VERSION release-checklist
25
OPTIONS=	DEBUG "Enable debug support" off \
26
OPTIONS=	LFS "Enable LFS support" on \
26
		PROFILER "Enable profiling support" off \
27
		LFS "Enable LFS support" on \
28
		NLS "Use Native Language Support" off
27
		NLS "Use Native Language Support" off
29
28
30
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
31
30
32
.if defined(WITH_DEBUG)
33
CONFIGURE_ARGS+=	--enable-debugging
34
.endif
35
.if defined(WITH_PROFILER)
36
CONFIGURE_ARGS+=	--enable-profiling
37
.endif
38
.if defined(WITHOUT_LFS)
31
.if defined(WITHOUT_LFS)
39
CONFIGURE_ARGS+=	--disable-lfs
32
CONFIGURE_ARGS+=	--disable-lfs
40
.endif
33
.endif

Return to bug 131348