mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
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= 3.0
|
|
PORTREVISION= 1
|
|
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>
|