e3243835a7
Master site has changed. 2.09 is the newest version too PR: ports/48061 Submitted by: Michael A. Kohn <mike@naken.cc>
30 lines
756 B
Makefile
30 lines
756 B
Makefile
# New ports collection makefile for: ringtonetools
|
|
# Date created: 7 June 2002
|
|
# Whom: Michael A. Kohn <mike@mikekohn.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ringtonetools
|
|
PORTVERSION= 2.09
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.mikekohn.com/ringtonetools/
|
|
|
|
MAINTAINER= mike@mikekohn.net
|
|
COMMENT= Create/Convert/Listen to ringtones and logos for mobile phones
|
|
|
|
RESTRICTED= no-commercial-use
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/ringtonetools ${PREFIX}/bin
|
|
.for i in face.icon hemglass.mid ionian.rtttl usa.emelody 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>
|