mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
315 B
Makefile
19 lines
315 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= cuetools
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= audio
|
|
#MASTER_SITES= http://download.berlios.de/cuetools/
|
|
MASTER_SITES= BERLIOS
|
|
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= A set of utilities for working with cue files and toc files
|
|
|
|
USES+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|