freebsd-ports/audio/cuetools/Makefile
Martin Wilke 0e85c1738f - Fix MASTER_SITES
- Add LICENSE

PR:		162845
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 17:00:56 +00:00

39 lines
840 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
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for working with cue files and toc files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1
PORTDOCS= README
PORTEXAMPLES= cuetag.sh
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>