998c2601fe
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
17 lines
468 B
Makefile
17 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/09/16 01:15:33 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 0.2.16
|
|
|
|
DISTNAME= mousepad-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-mousepad-${XFCE4_VERSION}
|
|
CATEGORIES= editors
|
|
COMMENT= Xfce text editor
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|