openbsd-ports/audio/xmix/Makefile

22 lines
451 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2000/02/02 17:08:06 espie Exp $
1998-05-21 20:21:17 -04:00
1998-10-06 20:27:17 -04:00
DISTNAME= xmix-2.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers
NEED_VERSION= 1.175
1998-05-21 20:21:17 -04:00
1998-10-06 20:27:17 -04:00
PATCHFILES= xmix-2.1.mixers.patch
1998-05-21 20:21:17 -04:00
MAINTAINER= angelos@openbsd.org
USE_IMAKE= Yes
1998-10-06 20:27:17 -04:00
WRKSRC= $(WRKDIR)/xmix
1998-05-21 20:21:17 -04:00
pre-install:
@cp ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
1998-05-21 20:21:17 -04:00
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>