freebsd-ports/audio/xmix/Makefile

31 lines
564 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmix
# Date created: 30 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
1996-11-18 14:38:46 +01:00
#
PORTNAME= xmix
PORTVERSION= 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-build:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
pre-install:
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>