mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
107b408c31
Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
25 lines
415 B
Makefile
25 lines
415 B
Makefile
# Created by: Dryice Liu <dryice@dryice.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= emms
|
|
DISTVERSION= 5.0
|
|
PORTREVISION= 1
|
|
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>
|