2009-02-14 03:53:21 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/02/14 08:53:21 jasper 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
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
2007-05-17 14:15:51 -04:00
|
|
|
PKG_ARCH= *
|
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>
|