summaryrefslogtreecommitdiffstats
path: root/audio/asmixer/Makefile
blob: 44844f1f0e568aff22995d38ef038b0fac1ae891 (plain)
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: Mike Makonnen <mtm@identd.net>
# $FreeBSD$

PORTNAME=	asmixer
PORTVERSION=	0.5
PORTREVISION=	2
CATEGORIES=	audio afterstep
MASTER_SITES=	http://www.tigr.net/afterstep/download/asmixer/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Mixer control for AfterStep window manager

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2014-03-07

MAN1=		${PORTNAME}.1x
NO_STAGE=	yes
PLIST_FILES=	bin/asmixer

USE_XORG=	xpm x11
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-xpm \
		--with-xpm-includes=${LOCALBASE} \
		--with-xpm-library=${LOCALBASE}

post-install:
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
		${MAN1PREFIX}/man/man1/${PORTNAME}.1x

.include <bsd.port.mk>
OpenPOWER on IntegriCloud