pkgsrc/x11/xview-lib/Makefile

28 lines
715 B
Makefile
Raw Normal View History

2004-04-13 23:47:22 +02:00
# $NetBSD: Makefile,v 1.23 2004/04/13 21:55:23 snj Exp $
1998-07-04 00:58:34 +02:00
# $FreeBSD Id: Makefile,v 1.13 1997/07/17 15:13:03 max Exp
#
2000-09-13 17:19:38 +02:00
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-lib-3.2.1
PKGREVISION= 3
2000-09-13 17:19:38 +02:00
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
2003-07-18 00:50:55 +02:00
MAINTAINER= jlam@NetBSD.org
COMMENT= OpenLook Toolkit libs, includes, and man pages
DEPENDS= xview-config>=3.2.1nb2:../../x11/xview-config
2000-09-13 17:19:38 +02:00
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
# builds, but binaries in../xview-clients all crash
NOT_FOR_PLATFORM= *-*-alpha
2004-04-13 23:47:22 +02:00
USE_BUILDLINK3= yes
2000-09-13 17:19:38 +02:00
USE_IMAKE= # defined
post-install:
cd ${PREFIX}/lib && ${LN} -fs libolgx.so.3.2 libolgx.so.3 && \
${LN} -fs libxview.so.3.2 libxview.so.3
1998-07-15 12:51:16 +02:00
.include "../../mk/bsd.pkg.mk"