diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-16 21:04:16 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-16 21:04:16 +0000 |
commit | 952560929c2357a86895651c520d4e12302a8749 (patch) | |
tree | 98cf338c9587f67c1fba4de130efb1f2aa861131 /editors/emacs24-nox11 | |
parent | bdd0831f276974476e636fc5c1997afae7ae057a (diff) | |
download | pkgsrc-952560929c2357a86895651c520d4e12302a8749.tar.gz |
Add emacs24-nox11 package, based on emacs-nox11 (which is currently
emacs23) but attached to emacs24.
Diffstat (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/Makefile | 18 | ||||
-rw-r--r-- | editors/emacs24-nox11/buildlink3.mk | 16 | ||||
-rw-r--r-- | editors/emacs24-nox11/version.mk | 7 |
3 files changed, 41 insertions, 0 deletions
diff --git a/editors/emacs24-nox11/Makefile b/editors/emacs24-nox11/Makefile new file mode 100644 index 00000000000..c7444ceef22 --- /dev/null +++ b/editors/emacs24-nox11/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2012/06/16 21:04:16 dholland Exp $ + +PKGNAME= ${DISTNAME:S/-/-nox11-/} + +CONFLICTS+= emacs-[0-9]* + +FILESDIR= ${.CURDIR}/../../editors/emacs24/files +PATCHDIR= ${.CURDIR}/../../editors/emacs24/patches +PKGDIR= ${.CURDIR}/../../editors/emacs24 + +.include "../../editors/emacs24/Makefile.common" + +CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \ + --without-rsvg --without-x --without-xft \ + --without-gif --without-jpeg --without-png \ + --without-tiff --without-xpm + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/emacs24-nox11/buildlink3.mk b/editors/emacs24-nox11/buildlink3.mk new file mode 100644 index 00000000000..f83466e03df --- /dev/null +++ b/editors/emacs24-nox11/buildlink3.mk @@ -0,0 +1,16 @@ +# $NetBSD: buildlink3.mk,v 1.1 2012/06/16 21:04:16 dholland Exp $ +# + +BUILDLINK_TREE+= emacs-nox11 + +.if !defined(EMACS_NOX11_BUILDLINK3_MK) +EMACS_NOX11_BUILDLINK3_MK:= + +.include "../../editors/emacs/modules.mk" +BUILDLINK_API_DEPENDS.emacs-nox11+= ${_EMACS_REQD} +BUILDLINK_PKGSRCDIR.emacs-nox11?= ${_EMACS_PKGDIR} + +BUILDLINK_CONTENTS_FILTER.emacs-nox11= ${EGREP} '.*\.el$$|.*\.elc$$' +.endif # EMACS_NOX11_BUILDLINK3_MK + +BUILDLINK_TREE+= -emacs-nox11 diff --git a/editors/emacs24-nox11/version.mk b/editors/emacs24-nox11/version.mk new file mode 100644 index 00000000000..709de6fb63f --- /dev/null +++ b/editors/emacs24-nox11/version.mk @@ -0,0 +1,7 @@ +# $NetBSD: version.mk,v 1.1 2012/06/16 21:04:16 dholland Exp $ + +_EMACS_FLAVOR= emacs24 +_EMACS_REQD= emacs24-nox11>=24.1<25 + +_EMACS_VERSION_MAJOR= 24 +_EMACS_VERSION_MINOR= 1 |