mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
30 lines
609 B
Makefile
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>
|