pkgsrc-wip/scx/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

33 lines
788 B
Makefile

#
# $NetBSD: Makefile,v 1.7 2012/10/07 16:22:55 asau Exp $
#
DISTNAME= scx-0.2
CATEGORIES= devel x11
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/scx/
MAINTAINER= airhead@users.sf.net
HOMEPAGE= http://www.scsh.net/resources/graphics.html
COMMENT= Scx - a GUI library for scsh and Scheme 48
PKG_DESTDIR_SUPPORT= none
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-scsh-includes=${PREFIX}/include
#
# XXX Nasty quick hack. so sue me for wanting to get orion to work asap ;)
#
BUILD_DEPENDS+= scsh>=0.6:../../shells/scsh
BUILD_DEPENDS+= scsh-install-lib>=1:../../wip/scsh-install-lib
do-install:
cd ${WRKSRC}; \
scsh-install-pkg --prefix=${PREFIX} \
--layout fhs \
--verbose
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"