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:
parent
3498012a6f
commit
dc40d2b1d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68885
@ -264,6 +264,7 @@
|
||||
SUBDIR += quranref
|
||||
SUBDIR += reed
|
||||
SUBDIR += rfc
|
||||
SUBDIR += ringtonetools
|
||||
SUBDIR += rname
|
||||
SUBDIR += rtfm
|
||||
SUBDIR += salias
|
||||
|
28
misc/ringtonetools/Makefile
Normal file
28
misc/ringtonetools/Makefile
Normal 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>
|
1
misc/ringtonetools/distinfo
Normal file
1
misc/ringtonetools/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ringtonetools-2.01.tar.gz) = 3408a0a8390a5bfe1b3ae3b1297668c5
|
1
misc/ringtonetools/pkg-comment
Normal file
1
misc/ringtonetools/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Create ringtones (songs) and logos for mobile phones
|
9
misc/ringtonetools/pkg-descr
Normal file
9
misc/ringtonetools/pkg-descr
Normal 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>
|
8
misc/ringtonetools/pkg-plist
Normal file
8
misc/ringtonetools/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user