mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
b946d410cc
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel major version increased from 30 to 31. Sponsored by: The FreeBSD Foundation
27 lines
533 B
Makefile
27 lines
533 B
Makefile
PORTNAME= emms
|
|
DISTVERSION= 18
|
|
PORTREVISION= 4
|
|
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>
|