c7ac789105
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
20 lines
502 B
Makefile
20 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/04/16 16:12:00 martti Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 1.05
|
|
|
|
DISTNAME= xfce4-menueditor-${XFCE4_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://users.skynet.be/p0llux/files/
|
|
COMMENT= XFce4 menu editor
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
WRKSRC= ${WRKDIR}/xfce4-menueditor
|
|
|
|
CONFIGURE_ARGS+=--disable-cvs
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|