b9660d2264
This package is based on the unstable 2.5.x series of fvwm. Do not use it unless comfortable running beta software. Thanks to Stoned Elipot, Martti Kuparinen, and Curt Sampson for review.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/08/10 00:25:31 epg Exp $
|
|
|
|
DISTNAME= fvwm-2.5.7
|
|
PKGNAME= ${DISTNAME:S/fvwm/&-devel/}
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= epg@netbsd.org
|
|
HOMEPAGE= http://www.fvwm.org/
|
|
COMMENT= Development version of X11 Virtual window manager
|
|
|
|
CONFLICTS= fvwm-[0-9]* fvwm1-[0-9]* fvwm2-[0-9]*
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_READLINE= YES
|
|
|
|
CONFIGURE_ARGS+= --disable-bidi
|
|
CONFIGURE_ARGS+= --without-gnome
|
|
CONFIGURE_ARGS+= --without-rplay-library
|
|
CONFIGURE_ARGS+= --without-stroke-library
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fvwm
|
|
cd ${WRKSRC}/sample.fvwmrc && ${INSTALL_DATA} \
|
|
`${LS} | ${GREP} -v Makefile` \
|
|
${PREFIX}/share/examples/fvwm
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../fonts/Xft2/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|