freebsd-ports/audio/xmix/Makefile

29 lines
605 B
Makefile

# New ports collection makefile for: xmix
# Version required: 2.1
# Date created: 30 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $Id: Makefile,v 1.5 1996/11/18 13:56:53 asami Exp $
#
DISTNAME= xmix-2.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= xmix-2.1.mixers.patch
MAINTAINER= janek@gaja.ipan.lublin.pl
USE_IMAKE= yes
WRKSRC= $(WRKDIR)/xmix
MAN1= xmix.1
pre-install:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>