mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
88bf7a9b1e
from .umx and .uax files in Unreal or Unreal Tournament. It rips all the exports in the file that it understands (currently 'xm', 'it', 's3m', and 'WAV'). Adding support for an export is fairly trivial, so you can add them in a minute or two. WWW: http://pages.cthome.net/chrismp/umr/ PR: ports/104696 Submitted by: Alexander Logvinov <ports@logvinov.com>
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# New ports collection makefile for: umr
|
|
# Date created: 19 October 2006
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= umr
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://pages.cthome.net/chrismp/umr/
|
|
|
|
MAINTAINER= ports@logvinov.com
|
|
COMMENT= Unreal Media Ripper
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|