d8043d93ef
from Jasper Lievisse Adriaanse (maintainer)
35 lines
835 B
Makefile
35 lines
835 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/01/04 13:50:25 steven Exp $
|
|
|
|
COMMENT= "Perl shell"
|
|
|
|
DISTNAME= psh-1.8
|
|
PKGNAME= ${DISTNAME:S/p/perl/}p0
|
|
CATEGORIES= shells
|
|
|
|
HOMEPAGE= http://www.focusresearch.com/gregor/sw/psh/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.focusresearch.com/gregor/download/
|
|
|
|
RUN_DEPENDS= ::devel/p5-Term-ReadLine-Gnu \
|
|
::devel/p5-BSD-Resource
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/psh/themes
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/psh/complete
|
|
${INSTALL_DATA} ${WRKSRC}/share/themes/* ${PREFIX}/share/psh/themes
|
|
${INSTALL_DATA} ${WRKSRC}/share/complete/* ${PREFIX}/share/psh/complete
|
|
|
|
.include <bsd.port.mk>
|