mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
7b38b5a498
- the licence was changed to GPLv3 - use Emacs 22 by default - update my mail address
30 lines
627 B
Makefile
30 lines
627 B
Makefile
# New ports collection makefile for: emms
|
|
# Date created: 10 May 2006
|
|
# Whom: Dryice Liu <dryice@dryice.name>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emms
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= audio elisp
|
|
MASTER_SITES= http://www.gnu.org/software/emms/download/ \
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= dryice@FreeBSD.org
|
|
COMMENT= EMMS is the Emacs Multi-Media System
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME?= emacs22
|
|
|
|
.if ${EMACS_PORT_NAME} != "emacs22"
|
|
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
|
.endif
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR}
|
|
INFO= emms
|
|
MAN1= emms-print-metadata.1
|
|
|
|
.include <bsd.port.mk>
|