1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/emms/Makefile
Andrey Slusar 9d7630fdaf Update to 2.1
PR:		ports/103058
Submitted by:	Dryice Liu (maintainer)
2006-09-11 19:52:08 +00:00

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= 2.1
CATEGORIES= audio elisp
MASTER_SITES= http://www.gnu.org/software/emms/releases/ \
http://dryice.name/computer/FreeBSD/distfiles/
MAINTAINER= dryice@dryice.name
COMMENT= EMMS is the Emacs Multi-Media System
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
.if ${EMACS_PORT_NAME} != "emacs21"
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>