2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:41:29 espie Exp $
|
2007-02-06 17:22:16 -05:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= check shell scripts for bash-specific constructs
|
2007-02-06 17:22:16 -05:00
|
|
|
|
2009-02-14 03:53:21 -05:00
|
|
|
DISTNAME= checkbashisms-0.2
|
2011-03-14 05:15:33 -04:00
|
|
|
REVISION= 0
|
2007-02-06 17:22:16 -05:00
|
|
|
DISTFILES=
|
|
|
|
CATEGORIES= sysutils devel
|
|
|
|
|
2009-02-14 03:53:21 -05:00
|
|
|
# GPLv2+
|
2007-02-06 17:22:16 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2007-05-17 14:15:51 -04:00
|
|
|
PKG_ARCH= *
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2007-02-06 17:22:16 -05:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/checkbashisms.pl \
|
|
|
|
${PREFIX}/bin/checkbashisms
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/checkbashisms.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|