pkgsrc-wip/scsh-install-lib/Makefile
Aleksej Saushev 86d91fcc81 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 16:22:53 +00:00

23 lines
555 B
Makefile

#
# $NetBSD: Makefile,v 1.3 2012/10/07 16:22:54 asau Exp $
#
DISTNAME= scsh-install-lib-1.2.0
CATEGORIES= devel
MASTER_SITES= http://lamp.epfl.ch/~schinz/scsh_packages/
MAINTAINER= airhead@users.sf.net
HOMEPAGE= http://lamp.epfl.ch/~schinz/scsh_packages/
COMMENT= SCSH installation library for third-party libraries
BUILD_DEPENDS+= scsh>=0.6:../../shells/scsh
PKG_DESTDIR_SUPPORT= none
NO_BUILD= yes
do-install:
cd ${WRKSRC}; \
./install.scm --bindir ${PREFIX}/bin --prefix ${PREFIX} --verbose --layout fhs
.include "../../mk/bsd.pkg.mk"