pkgsrc/x11/xfce4-utils/Makefile
martti 09f3d1e3fd Updated xfce4 to 4.2.3.1
* Lots of bug fixes
* Translation updates

Official ChangeLog is available at:

http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09 06:42:58 +00:00

24 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.16 2005/11/09 06:42:59 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce-utils-${XFCE4_VERSION}
PKGNAME= xfce4-utils-${XFCE4_VERSION}
#PKGREVISION= 1
CATEGORIES= x11
COMMENT= XFce4 utilities
USE_PKGINSTALL= yes
PKG_SYSCONFSUBDIR= xdg/xfce4
EGDIR= ${XFCE4_EGBASE}
CONF_FILES= ${EGDIR}/xinitrc ${PKG_SYSCONFDIR}/xinitrc
REQD_DIRS+= ${EGDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
.include "options.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"