diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 05:18:21 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 05:18:21 +0000 |
commit | 95cb246643e38ebc666aeef32a2fa41f381f1405 (patch) | |
tree | 8980a177e1f63f1b0027f073a04907a1b6ced0da /audio/s3mod/Makefile | |
parent | 1e215ceb461c3d9ea72db36c0a7e78d75b746511 (diff) |
Notes
Diffstat (limited to 'audio/s3mod/Makefile')
-rw-r--r-- | audio/s3mod/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index 1b28bc8f5f3b..f77ece340ffc 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -1,20 +1,25 @@ # New ports collection makefile for: s3mod -# Version required: 1.08A +# Version required: 1.09 # Date created: 9 March 1995 # Whom: ugen # -# $Id: Makefile,v 1.4 1996/11/15 23:14:19 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/18 10:34:43 asami Exp $ # -DISTNAME= s3mod-v1.08A -PKGNAME= s3mod-1.08a +DISTNAME= s3mod-v1.09 +PKGNAME= s3mod-1.09 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/players -DISTFILES= s3mod-v1.08A.tar.gz MAINTAINER= ugen@FreeBSD.org -INSTALL_TARGET= install +ALL_TARGET= freebsd + +pre-patch: + @${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c + +post-install: + @strip ${PREFIX}/bin/s3mod .include <bsd.port.mk> |