freebsd-ports/audio/ufmcontrol-i18n/Makefile
Nicola Vitale 9169d5579f - Support newer libedit by using different name for a constant
(fixes build on current)
- Switch to USES=libedit as suggested by stage-qa:

http://poudriere.amdmi3.ru/data/10-amd64-default/failures_all_2015_09_28/logs/errors/ufmcontrol-i18n-0.3.5.log

- Fix indentation
- Set DATADIR, fixing xufmrc installation. Without that, incorrect DATADIR is
  created, and xufmrc is installed AS (as opposed to `into') share/ufmcontrol.

PR:	203490
Submitted by:	amdmi3
2015-10-04 16:17:20 +00:00

27 lines
624 B
Makefile

# Created by: Nicola Vitale <nivit@users.sourceforge.net>
# $FreeBSD$
PORTNAME= ufmcontrol-i18n
PORTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/ufmcontrol-i18n/${PORTNAME}/${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= USB radio control utility
RUN_DEPENDS= snack>=2.2.10_4:${PORTSDIR}/audio/snack
USES= libedit tk:wrapper,run
USE_LDCONFIG= yes
MAKE_ENV= NO_PROFILE=yes
DATADIR= ${PREFIX}/share/ufmcontrol
OPTIONS_DEFINE= DOCS
pre-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/it.ISO8859-1/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>