pkgsrc/sysutils/xfce4-fm/Makefile
martti a181724931 Xfce 4.2.4 released
A new bug fix release of Xfce 4.2 is available. This release is supposed to
be the last release for the 4.2 branch. It includes several fixes ported from
the current developpment branch. This release should not be confused with the
upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable
branch.

[1] Xfce 4.4.0 is already in pkgsrc-wip.
2007-01-23 11:53:46 +00:00

30 lines
840 B
Makefile

# $NetBSD: Makefile,v 1.20 2007/01/23 11:53:46 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xffm-${XFCE4_VERSION}
PKGNAME= xfce4-fm-${XFCE4_VERSION}
#PKGREVISION= 1
CATEGORIES= sysutils
COMMENT= Xfce filemanager
MESSAGE_SRC+= ${.CURDIR}/MESSAGE
PKGCONFIG_OVERRIDE= src/xffm-1.0.pc.in
CFLAGS+= ${PTHREAD_CFLAGS}
LIBS+= ${PTHREAD_LDFLAGS}
UNLIMIT_RESOURCES+= datasize
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../databases/dbh/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"