mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d9dcd9c687
Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34781
26 lines
483 B
Makefile
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>
|