24 lines
593 B
Makefile
24 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.18 2014/10/09 14:06:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= posh_0.12.3
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.debian.org/posh
|
|
COMMENT= Debian Policy-compliant Ordinary SHell
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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"
|