[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.106

1.106   ! hauke       1: # $NetBSD: Makefile,v 1.105 2020/09/24 11:51:48 hauke Exp $
1.46      magick      2:
1.90      wiz         3: PKGNAME=       ${DISTNAME}
1.106   ! hauke       4: PKGREVISION=   14
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.95      hauke       8: # Version information in ../../editors/xemacs-current/Makefile.common
1.64      jlam        9:
1.92      hauke      10: PKG_SUPPORTED_OPTIONS+=                x11 xft xface
1.93      hauke      11: PKG_SUGGESTED_OPTIONS+=                x11
1.64      jlam       12:
1.90      wiz        13: .include "options.mk"
1.105     hauke      14:
                     15: LIBDIR=                                ${PREFIX}/lib/${DISTNAME}
                     16:
                     17: SUBST_CLASSES+=                        desktop-file
                     18: SUBST_STAGE.desktop-file=      pre-configure
                     19: SUBST_MESSAGE.desktop-file=    Fixing paths in XEmacs desktop file
                     20: SUBST_VARS.desktop-file=       PREFIX LIBDIR
                     21: SUBST_FILES.desktop-file=      etc/xemacs.desktop
                     22:
                     23: INSTALLATION_DIRS+=            share/applications
                     24:
1.90      wiz        25: .include "Makefile.common"
1.105     hauke      26:
                     27: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.1       magick     28: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>