09f3d1e3fd
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
24 lines
558 B
Makefile
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"
|