From fd6f35cb354bafb38932aa0e2c72b90ccf99304c Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 25 Mar 2013 14:00:34 +0000 Subject: Convert to OptionsNG Approved by: mike@mikekohn.net (maintainer) --- misc/ringtonetools/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/ringtonetools/Makefile b/misc/ringtonetools/Makefile index 745b1d93e85e..94debe278912 100644 --- a/misc/ringtonetools/Makefile +++ b/misc/ringtonetools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ringtonetools -# Date created: 7 June 2002 -# Whom: Michael A. Kohn -# +# Created by: Michael A. Kohn # $FreeBSD$ -# PORTNAME= ringtonetools PORTVERSION= 2.25 @@ -18,13 +14,16 @@ RESTRICTED= no-commercial-use pre-build: @${REINPLACE_CMD} -e 's|^FLAGS|FLAGS?|' ${WRKSRC}/src/Makefile +.include + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ringtonetools ${PREFIX}/bin .for i in face.txt hemglass.mid ionian.rtttl usa.emelody yngwie_trilogy.rtttl @${MKDIR} ${DATADIR} @${INSTALL_DATA} ${WRKSRC}/samples/${i} ${DATADIR} .endfor -.if !defined(NOPORTDOCS) + +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/docs/README ${DOCSDIR} .endif -- cgit