aboutsummaryrefslogtreecommitdiff
path: root/audio/s3mod/Makefile
blob: f77ece340ffc345d99d34f0c2b986ee9b7e7f1b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    s3mod
# Version required:     1.09
# Date created:         9 March 1995
# Whom:                 ugen
#
# $Id: Makefile,v 1.5 1996/11/18 10:34:43 asami Exp $
#

DISTNAME=	s3mod-v1.09
PKGNAME=	s3mod-1.09
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	apps/sound/players

MAINTAINER=	ugen@FreeBSD.org

ALL_TARGET=	freebsd

pre-patch:
	@${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c

post-install:
	@strip ${PREFIX}/bin/s3mod

.include <bsd.port.mk>