summaryrefslogtreecommitdiff
path: root/audio/aucatctl/Makefile
blob: c8fa07e0d4a6f5a76db128243874d8ca703f8704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$

# Based on the OpenBSD port audio/aucatctl
# $OpenBSD: Makefile,v 1.3 2014/07/13 11:40:23 armani Exp $

PORTNAME=	aucatctl
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://www.sndio.org/

MAINTAINER=	tobik@FreeBSD.org
COMMENT=	Control sndiod and/or aucat volumes

LICENSE=	ISCL

LIB_DEPENDS=	libsndio.so:audio/sndio

MAKE_ARGS=	INCLUDE="-I${LOCALBASE}/include" \
		LIB="-L${LOCALBASE}/lib"

PLIST_FILES=	bin/aucatctl \
		man/man1/aucatctl.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/aucatctl ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/aucatctl.1 ${STAGEDIR}${PREFIX}/man/man1

.include <bsd.port.mk>