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
32 lines
905 B
Makefile
32 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.19 2006/12/15 20:33:00 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= idesk-0.7.5
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=idesk/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://idesk.sourceforge.net/
|
|
COMMENT= Lightweight desktop icons handler
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-libsn
|
|
|
|
SUBST_CLASSES+= lnkpath
|
|
SUBST_STAGE.lnkpath= pre-configure
|
|
SUBST_FILES.lnkpath= examples/default.lnk
|
|
SUBST_SED.lnkpath= -e 's|/usr/local/share|${PREFIX}/share|g'
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/idesk
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/idesk
|
|
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|