12c92e995e
Supuner (SUPpress UNless ERror) executes a command and manipulates its stderr and stdout, allowing the user control over when they are displayed and / or outputted. From Laurence Tratt with minor tweaks from myself and kili. OK kili@
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/04 20:04:54 edd Exp $
|
|
|
|
COMMENT = SUPress command stdout / stderr UNless ERror
|
|
|
|
DISTNAME = supuner-0.1
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://tratt.net/laurie/src/supuner/
|
|
|
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
|
|
|
# BSD / MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}releases/
|
|
|
|
NO_REGRESS = Yes
|
|
NO_BUILD = Yes
|
|
|
|
.include <bsd.port.mk>
|