mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
26421ac37c
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44492
27 lines
533 B
Makefile
27 lines
533 B
Makefile
PORTNAME= emms
|
|
DISTVERSION= 18
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio elisp
|
|
MASTER_SITES= https://elpa.gnu.org/packages/
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Emacs Multi-Media System
|
|
WWW= https://www.gnu.org/software/emms/index.html
|
|
|
|
LICENSE= GPLv3
|
|
|
|
# do not depend on base texinfo on 10
|
|
BUILD_DEPENDS= texi2dvi:print/texinfo
|
|
|
|
USES= emacs gmake
|
|
|
|
CONFLICTS_INSTALL= emms emms-emacs_* # share/emacs/site-lisp/emms/emms-auto.el
|
|
|
|
NO_ARCH= yes
|
|
|
|
INFO= emms
|
|
|
|
.include <bsd.port.mk>
|