mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
95cb246643
PR: ports/3806 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# 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>
|