1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/emms/Makefile
Michael Gmelin f1ee0ebcd1 Stageify port.
Please note that this is the bare minimum to make it work,
the port could use more love, e.g. remove unnecessary info
and man page processing, change patch to Makefile to not allow
overriding of DESTDIR etc., since all of these things won't
do what the user expects.

Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-05-26 12:28:45 +00:00

28 lines
521 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= emms
PORTVERSION= 3.0
PORTREVISION= 13
CATEGORIES= audio elisp
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= The Emacs Multi-Media System
LICENSE= GPLv3
USES= gmake
USE_EMACS= yes
MAKE_ENV+= EMMSPREFIX=${STAGEDIR}${PREFIX} LOCALBASE=${LOCALBASE} \
EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR}
INFO= emms
.include <bsd.port.pre.mk>
.if ${EMACS_PORT_NAME} != "emacs23"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
.endif
.include <bsd.port.post.mk>