aboutsummaryrefslogtreecommitdiff
path: root/audio/tcd/Makefile
blob: d4bede37d2bf629c7e715223296694f4ce8f4ed1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection Makefile for:	tcd
# Date created:				20 June 2008
# Whom:					gahr
#
# $FreeBSD$
#

PORTNAME=	tcd
PORTVERSION=	2.2.0
PORTREVISION=	6
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	A simple, user-friendly ncurses-based CD player

USE_SDL=	sdl
GNU_CONFIGURE=	yes

MAN1=	tcd.1
PLIST_FILES=	bin/tcd

.include <bsd.port.mk>