1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/s3mod/Makefile

29 lines
566 B
Makefile
Raw Normal View History

1995-04-11 19:46:58 +00:00
# New ports collection makefile for: s3mod
# Date created: 9 March 1995
# Whom: ugen
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
1995-04-11 19:46:58 +00:00
#
PORTNAME= s3mod
PORTVERSION= 1.09
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
DISTNAME= ${PORTNAME}-v${PORTVERSION}
1995-04-11 19:46:58 +00:00
2004-08-18 14:52:01 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:26:42 +00:00
COMMENT= MOD/S3M player
ALL_TARGET= freebsd
PLIST_FILES= bin/s3mod
pre-patch:
@${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${PREFIX}/bin
.include <bsd.port.mk>