summaryrefslogtreecommitdiff
path: root/sysutils/procenv/Makefile
blob: f89b1ce5dd8d9564a9aff0c245ee67d0334bb6b2 (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
37
38
39
40
41
42
# Created by: James Hunt <james.hunt@ubuntu.com>
# $FreeBSD$

PORTNAME=	procenv
PORTVERSION=	0.26
CATEGORIES=	sysutils
MASTER_SITES=	https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
		DEBIAN \
		http://people.canonical.com/~jhunt/debian/procenv/

MAINTAINER=	james.hunt@ubuntu.com
COMMENT=	Utility to show process environment

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
USES=		gmake
USE_AUTOTOOLS=	aclocal automake

FETCH_ARGS=	-Fpr

MAN1=		procenv.1
PLIST_FILES=	bin/procenv

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800505
BROKEN=		does not build on old ${OPSYS} versions
.endif

# Test to ensure procenv will actually run.
#
# This has the attractive side-effect of displaying the environment
# of the build system which may be of interest to those fixing FTBFS
# packages that build correctly locally.
regression-test: build
	cd ${WRKSRC} && ${MAKE} check

test: regression-test

.include <bsd.port.post.mk>