freebsd-ports/sysutils/procenv/Makefile
2013-01-28 10:07:13 +00:00

26 lines
488 B
Makefile

# Created by: James Hunt <james.hunt@ubuntu.com>
# $FreeBSD$
PORTNAME= procenv
PORTVERSION= 0.20
CATEGORIES= sysutils
MASTER_SITES= http://launchpadlibrarian.net/128556138/
MAINTAINER= james.hunt@ubuntu.com
COMMENT= Utility to show process environment
LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= procenv.1
PLIST_FILES= bin/procenv
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505
BROKEN= does not build on old ${OPSYS} versions
.endif
.include <bsd.port.post.mk>