[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / xemacs-current

Annotation of pkgsrc/editors/xemacs-current/Makefile, Revision 1.107

1.107   ! hauke       1: # $NetBSD: Makefile,v 1.106 2020/09/24 17:02:02 hauke Exp $
1.46      magick      2:
1.90      wiz         3: PKGNAME=       ${DISTNAME}
1.107   ! hauke       4: PKGREVISION=   15
1.90      wiz         5: COMMENT=       *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
1.64      jlam        6:
1.90      wiz         7: # extra options for x11 support, not for sharing with xemacs-current-nox11
1.92      hauke       8: PKG_SUPPORTED_OPTIONS+=                x11 xft xface
1.93      hauke       9: PKG_SUGGESTED_OPTIONS+=                x11
1.64      jlam       10:
1.90      wiz        11: .include "options.mk"
1.105     hauke      12:
                     13: LIBDIR=                                ${PREFIX}/lib/${DISTNAME}
                     14:
                     15: SUBST_CLASSES+=                        desktop-file
                     16: SUBST_STAGE.desktop-file=      pre-configure
                     17: SUBST_MESSAGE.desktop-file=    Fixing paths in XEmacs desktop file
                     18: SUBST_VARS.desktop-file=       PREFIX LIBDIR
                     19: SUBST_FILES.desktop-file=      etc/xemacs.desktop
                     20:
                     21: INSTALLATION_DIRS+=            share/applications
                     22:
1.90      wiz        23: .include "Makefile.common"
1.105     hauke      24:
                     25: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.1       magick     26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>