27 lines
558 B
Makefile
27 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/03/14 09:15:33 sthen Exp $
|
|
|
|
COMMENT= check shell scripts for bash-specific constructs
|
|
|
|
DISTNAME= checkbashisms-0.2
|
|
REVISION= 0
|
|
DISTFILES=
|
|
CATEGORIES= sysutils devel
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
USE_GROFF = Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/checkbashisms.pl \
|
|
${PREFIX}/bin/checkbashisms
|
|
${INSTALL_MAN} ${FILESDIR}/checkbashisms.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|