mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
643 B
Makefile
31 lines
643 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
|
|
PORTREVISION= 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>
|