1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/xmix/Makefile
Niclas Zeising 91c3b180c1 Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
2019-11-04 20:39:51 +00:00

30 lines
609 B
Makefile

# Created by: janek@gaja.ipan.lublin.pl
# $FreeBSD$
PORTNAME= xmix
PORTVERSION= 2.1
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SUNSITE/apps/sound/mixers
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= xmix-2.1.mixers.patch
MAINTAINER= ports@FreeBSD.org
COMMENT= Mixer for X Window System
USES= imake xorg
WRKSRC= ${WRKDIR}/xmix
USE_XORG= x11 xext xmu xaw xt sm ice
PLIST_FILES= bin/xmix lib/X11/app-defaults/XMix \
man/man1/xmix.1.gz
pre-build:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
post-install:
${INSTALL_DATA} ${WRKSRC}/XMix ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>