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).
23 lines
601 B
Makefile
23 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/10/23 10:24:15 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= vtwm-5.4.7
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= http://www.vtwm.org/downloads/
|
|
|
|
MAINTAINER= mehul.sanghvi@gmail.com
|
|
HOMEPAGE= http://www.vtwm.org/downloads/
|
|
COMMENT= TWM with virtual desktop, m4, sound and 3-D buttons
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_IMAKE= YES
|
|
USE_TOOLS+= flex yacc
|
|
|
|
.include "../../audio/rplay/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|