mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
482 B
Makefile
26 lines
482 B
Makefile
# New ports collection makefile for: s3mod
|
|
# Date created: 9 March 1995
|
|
# Whom: ugen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= s3mod
|
|
PORTVERSION= 1.09
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/players
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
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>
|