2c72a9f0b9
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).
24 lines
681 B
Makefile
24 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.19 2012/10/23 10:24:15 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= oroborus_2.0.12-1
|
|
PKGNAME= ${DISTNAME:S/_/-/:C/-.$//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= wm x11
|
|
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.oroborus.org/
|
|
COMMENT= Small and simple window manager for X
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
GNU_CONFIGURE= YES
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|