freebsd-ports/misc/ringtonetools/Makefile
Eitan Adler eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00

33 lines
879 B
Makefile

# Created by: Michael A. Kohn <mike@mikekohn.net>
# $FreeBSD$
PORTNAME= ringtonetools
PORTVERSION= 2.26
CATEGORIES= misc
MASTER_SITES= http://downloads.mikekohn.net/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create/convert/listen to ringtones and logos for mobile phones
RESTRICTED= no-commercial-use
MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}"
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|cd src && make|make -C src|' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ringtonetools ${STAGEDIR}${PREFIX}/bin
.for i in face.txt hemglass.mid ionian.rtttl usa.emelody yngwie_trilogy.rtttl
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${DATADIR}
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>