1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/s3mod/Makefile
1999-08-25 04:36:31 +00:00

26 lines
481 B
Makefile

# New ports collection makefile for: s3mod
# Version required: 1.09
# Date created: 9 March 1995
# Whom: ugen
#
# $FreeBSD$
#
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>