blob: 472d14a63df5ff3914874ff9a561914a8662bf08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.34 2007/02/22 19:27:30 wiz Exp $
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-lib-3.2.1
PKGREVISION= 6
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"
|