libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/10/23 10:24:13 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cwm-3
|
|
PKGREVISION= 3
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://monkey.org/~marius/cwm/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://monkey.org/~marius/cwm/
|
|
COMMENT= Window manager for X11 initially inspired by evilwm
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
LDFLAGS.DragonFly+= -lfontconfig
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|