26 lines
551 B
Makefile
26 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/15 21:14:01 merdely Exp $
|
|
|
|
COMMENT= check shell scripts for bash-specific constructs
|
|
|
|
DISTNAME= checkbashisms-0.1
|
|
PKGNAME= ${DISTNAME}p0
|
|
DISTFILES=
|
|
CATEGORIES= sysutils devel
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/checkbashisms.pl \
|
|
${PREFIX}/bin/checkbashisms
|
|
${INSTALL_MAN} ${FILESDIR}/checkbashisms.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|