21 lines
497 B
Text
21 lines
497 B
Text
#
|
|
# $NetBSD: Makefile.common,v 1.6 2008/05/24 15:34:14 tnn2 Exp $
|
|
#
|
|
# Common Makefile for packages that are installed using scsh-install-lib
|
|
#
|
|
# used by wip/sunterlib/Makefile
|
|
|
|
#
|
|
# XXX: This should actually be moved to shells/scsh/Makefile.common or
|
|
# something
|
|
#
|
|
BUILD_DEPENDS+= scsh>=0.6:../../shells/scsh
|
|
BUILD_DEPENDS+= scsh-install-lib>=1:../../wip/scsh-install-lib
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; \
|
|
scsh-install-pkg --prefix=${PREFIX} \
|
|
--layout fhs \
|
|
--verbose
|