86aced3a9d
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/08/25 13:37:37 agc Exp $
|
|
#
|
|
|
|
DISTNAME= xcolorsel-1.1a-src
|
|
PKGNAME= xcolorsel-1.1a
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
|
|
|
MAINTAINER= perry@netbsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/xcolorsel
|
|
USE_IMAKE= yes
|
|
USE_XAW= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
XAW_TYPE?= 3d
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|