2011-03-14 05:15:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/03/14 09:15:33 sthen 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
|
|
|
|
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= *
|
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>
|