pkgsrc-wip/scsh-install-lib/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

21 lines
538 B
Makefile

#
# $NetBSD: Makefile,v 1.2 2005/11/02 18:00:26 thomasklausner 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
NO_BUILD= yes
do-install:
cd ${WRKSRC}; \
./install.scm --bindir ${PREFIX}/bin --prefix ${PREFIX} --verbose --layout fhs
.include "../../mk/bsd.pkg.mk"