1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/audio/cuetools/Makefile
Renato Botelho c2225ee10e - Update to 1.3.1
PR:		ports/93650
Submitted by:	Ports Fury
2006-02-21 18:05:29 +00:00

32 lines
741 B
Makefile

# New ports collection makefile for: cuetools
# Date created: 30 December 2003
# Whom: Vincent Tantardini <vinc@FreeBSD-fr.org>
#
# $FreeBSD$
#
PORTNAME= cuetools
PORTVERSION= 1.3.1
CATEGORIES= audio
MASTER_SITES= http://download.berlios.de/cuetools/
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for working with cue files and toc files
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1
PORTDOCS= README
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>