58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
17 lines
449 B
Makefile
17 lines
449 B
Makefile
# $NetBSD: Makefile.common,v 1.13 2006/12/15 20:33:03 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= dfm-0.99.9
|
|
MASTER_SITES= http://www.kaisersite.de/dfm/
|
|
|
|
WRKSRC= ${WRKDIR}/dfm
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-imlib-icons
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|