601583c320
Patch provided by Sergey Svishchev in private mail.
29 lines
628 B
Makefile
29 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.21 2007/02/22 19:27:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xview3.2p1-X11R6
|
|
PKGNAME= xview-3.2.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= OpenLook Toolkit meta-package
|
|
|
|
DEPENDS+= xview-config>=3.2.1:../../x11/xview-config
|
|
DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib
|
|
DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients
|
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib
|
|
|
|
USE_X11BASE= yes
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|