73d2f0ca37
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/08/22 17:38:57 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.5 1996/11/18 13:56:53 asami Exp
|
|
#
|
|
|
|
DISTNAME= xmix-2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= xmix-2.1.mixers.patch
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= Mixer for X Window System
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/xmix
|
|
|
|
pre-configure:
|
|
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
|
|
|
|
pre-install:
|
|
${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|