1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add misc/ringtonetools

Program to create ringtones (the song played when mobile
phones ring) and logos.

PR:		39007
Submitted by:	Michael A. Kohn <naken@naken.cc>
Approved by:	pat
This commit is contained in:
Adam Weinberger 2002-10-26 19:36:16 +00:00
parent 3498012a6f
commit dc40d2b1d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68885
6 changed files with 48 additions and 0 deletions

View File

@ -264,6 +264,7 @@
SUBDIR += quranref
SUBDIR += reed
SUBDIR += rfc
SUBDIR += ringtonetools
SUBDIR += rname
SUBDIR += rtfm
SUBDIR += salias

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: ringtonetools
# Date created: 7 June 2002
# Whom: Michael A. Kohn <mike@mikekohn.net>
#
# $FreeBSD$
#
PORTNAME= ringtonetools
PORTVERSION= 2.01
CATEGORIES= misc
MASTER_SITES= http://65.108.58.129/ringtonetools/
MAINTAINER= mike@mikekohn.net
RESTRICTED= no-commercial-use
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/ringtonetools ${PREFIX}/bin
.for i in face.icon hemglass.mid ionian.rtttl usa.imelody yngwie_trilogy.rtttl
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/samples/${i} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/docs/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ringtonetools-2.01.tar.gz) = 3408a0a8390a5bfe1b3ae3b1297668c5

View File

@ -0,0 +1 @@
Create ringtones (songs) and logos for mobile phones

View File

@ -0,0 +1,9 @@
Tools for creating ringtones (the song that plays when your mobile phone
rings) and logos for mobile phones.
Ringtonetools is known to work with Nokia and Kyocera phones, and support
for Motorola and Samsung phones is included, too.
WWW: http://nakentone.naken.cc/
-Michael A. Kohn <mike@mikekohn.net>

View File

@ -0,0 +1,8 @@
bin/ringtonetools
share/ringtonetools/face.icon
share/ringtonetools/hemglass.mid
share/ringtonetools/ionian.rtttl
share/ringtonetools/usa.imelody
share/ringtonetools/yngwie_trilogy.rtttl
%%PORTDOCS%%share/doc/ringtonetools/README
%%PORTDOCS%%@dirrm share/doc/ringtonetools