3927979d80
(From: debian/changelog): posh (0.12.2) unstable; urgency=low * Add posh-dbg package. closes: #703343. * Disallow simple commands as function bodies. closes: #552730. -- Clint Adams <clint@debian.org> Sun, 28 Jul 2013 09:34:06 -0400
25 lines
615 B
Makefile
25 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/09/13 06:41:33 mef Exp $
|
|
#
|
|
|
|
DISTNAME= posh_0.12.2
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.debian.org/posh
|
|
COMMENT= Debian Policy-compliant Ordinary SHell
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= YES
|
|
PKG_SHELL= bin/posh
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
INSTALLATION_DIRS= share/doc/posh
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DESTDIR}${PREFIX}/share/doc/posh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|