9a96838bce
Too many changes to list here, please read the Changelog from www.xfce.org (http://www.xfce.org/release_notes/4.2.0_changelog.html)
23 lines
611 B
Makefile
23 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/01/17 12:56:13 martti Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xffm-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-fm-${XFCE4_VERSION}
|
|
CATEGORIES= sysutils
|
|
COMMENT= XFce4 filemanager
|
|
|
|
MESSAGE_SRC+= ${.CURDIR}/MESSAGE
|
|
|
|
PKGCONFIG_OVERRIDE= src/xffm-1.0.pc.in
|
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
LIBS+= ${PTHREAD_LDFLAGS}
|
|
|
|
UNLIMIT_RESOURCES+= datasize
|
|
|
|
.include "../../databases/dbh/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|