pkgsrc/x11/xview-lib/Makefile
dholland 108c96f8e4 Make this crap build again. Don't use sigvec(); it's no longer supported
on NetBSD and probably elsewhere.

Because the build wasn't stopping on error, prior builds of this package
"succeeded" and generated a shared library missing some code. For this
reason, bump both PKGREVISION and BUILDLINK_ABI_DEPENDS.
2008-08-30 20:01:28 +00:00

25 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.35 2008/08/30 20:01:28 dholland Exp $
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-lib-3.2.1
PKGREVISION= 7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= OpenLook Toolkit libs, includes, and man pages
DEPENDS+= xview-config>=3.2.1nb2:../../x11/xview-config
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
# builds, but binaries in../xview-clients all crash
NOT_FOR_PLATFORM= *-*-alpha
USE_IMAKE= yes
post-install:
cd ${PREFIX}/lib && ${LN} -fs libolgx.so.3.2 libolgx.so.3 && \
${LN} -fs libxview.so.3.2 libxview.so.3
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"