mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
bea2b0b802
Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966
25 lines
415 B
Makefile
25 lines
415 B
Makefile
# Created by: Dryice Liu <dryice@dryice.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= emms
|
|
DISTVERSION= 5.0
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
INFO= emms
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|