mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to mikmod-3.0.4.
Changes pkg/COMMENT
This commit is contained in:
parent
b3ea83ad92
commit
90b30c952c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14864
@ -1,27 +1,37 @@
|
||||
# New ports collection makefile for: mikmod
|
||||
# Version required: 3.0.3
|
||||
# Date created: 20 April 1997
|
||||
# Whom: doconnor@gsoft.com.au
|
||||
# ports collection makefile for: mikmod304
|
||||
# Version required: 3.0.4
|
||||
# Date created: 16 November 1998
|
||||
# Whom: yoshiaki Uchikawa
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/01/22 00:20:17 msmith Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= mikmod-3.0.3
|
||||
DISTNAME= mikmod-3.0.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.freenet.tlh.fl.us/~amstpi/
|
||||
MASTER_SITES= http://www.multimania.com/miodrag/mikmod/
|
||||
|
||||
MAINTAINER= yoshiaki@kt.rim.or.jp
|
||||
|
||||
do-build:
|
||||
(cd $(WRKSRC); /bin/sh build-mikmod.freebsd.sh)
|
||||
pre-patch:
|
||||
@(cd ${WRKSRC} ;\
|
||||
${CP} ${FILESDIR}/config.sh ${WRKSRC}; \
|
||||
${PATCH} ${PATCH_ARGS} -p1 < ${FILESDIR}/patch-s3mvolslides.diff )
|
||||
|
||||
pre-build:
|
||||
(cd ${WRKSRC}; ${SH} config.sh )
|
||||
|
||||
do-install:
|
||||
( cd ${WRKSRC}/usercode ; ${INSTALL_PROGRAM} mikmod ${PREFIX}/bin )
|
||||
( cd ${WRKSRC}; ${INSTALL_PROGRAM} mikmod ${PREFIX}/bin )
|
||||
( cd ${WRKSRC}/playercode ; ${INSTALL_DATA} libmikmod.a ${PREFIX}/lib )
|
||||
( cd ${WRKSRC}/mmio ; ${INSTALL_DATA} libmmio.a ${PREFIX}/lib )
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/mikmod
|
||||
.for f in bugs.txt changes.txt future.txt mikmod.txt tips.txt
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod
|
||||
.for f in AUTHORS COPYING.LIB ChangeLog README*
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/$f ${PREFIX}/share/doc/mikmod
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/mikmod
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mikmod-3.0.3.tar.gz) = a096e8258410459189ff535111887ff1
|
||||
MD5 (mikmod-3.0.4.tar.gz) = 7404f7171e114e99872b3459d03fc4bd
|
||||
|
@ -1,8 +1,7 @@
|
||||
MikMod is a portable modules player originally written by
|
||||
of Jean-Paul Mikkers (MikMak) for DOS. It has
|
||||
subsequently been hacked by many hands and now runs on
|
||||
many platforms, this particular distribution intended
|
||||
to compile fairly painlessly in a Unix (Linux) environment.
|
||||
of Jean-Paul Mikkers (MikMak) for DOS.
|
||||
Current MikMod'Unix maintener(since version 3.0.4)is
|
||||
Miodrag Vallat <miodrag@mygale.org>
|
||||
It uses the OSS /dev/dsp driver including in all recent
|
||||
kernels for output, and will also write wav files.
|
||||
Supported file formats include mod, stm, s3m, mtm, xm,
|
||||
|
@ -1,7 +1,11 @@
|
||||
bin/mikmod
|
||||
share/doc/mikmod/bugs.txt
|
||||
share/doc/mikmod/changes.txt
|
||||
share/doc/mikmod/future.txt
|
||||
share/doc/mikmod/mikmod.txt
|
||||
share/doc/mikmod/tips.txt
|
||||
lib/libmikmod.a
|
||||
lib/libmmio.a
|
||||
share/doc/mikmod/AUTHORS
|
||||
share/doc/mikmod/COPYING.LIB
|
||||
share/doc/mikmod/ChangeLog
|
||||
share/doc/mikmod/README
|
||||
share/doc/mikmod/README.EsounD
|
||||
share/doc/mikmod/README.SGI
|
||||
share/doc/mikmod/README.SUN
|
||||
@dirrm share/doc/mikmod
|
||||
|
Loading…
Reference in New Issue
Block a user