2bbbd70847
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly. The implementation of textsw_scanf can be improved, it is very defensively and slow ATM, the snprintf usage should be portable. Fix a number of prototype mismatches, e.g. variable argument functions can conflict with K&R prototypes. Bump revision since the package "compiled" before, e.g. build errors where ignored.
24 lines
634 B
Makefile
24 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.30 2006/01/05 18:25:56 joerg Exp $
|
|
|
|
DISTNAME= xview3.2p1-X11R6
|
|
PKGNAME= xview-lib-3.2.1
|
|
PKGREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= tech-pkg@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 "../../mk/bsd.pkg.mk"
|