1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/emms/Makefile
Joseph Mingrone d9dcd9c687
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34781
2022-04-07 19:12:44 -03:00

26 lines
483 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
PORTNAME= emms
DISTVERSION= 5.0
PORTREVISION= 8
CATEGORIES= audio elisp
MASTER_SITES= GNU
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs Multi-Media System
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
INFO= emms
NO_ARCH= yes
.include <bsd.port.mk>