freebsd-ports/audio/xmix/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

26 lines
590 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.4 1996/11/18 13:38:46 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
pre-install:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>