813ceb9846
PR: ports/ Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Approved by: maintainer timeout (2.5 months)
25 lines
422 B
Makefile
25 lines
422 B
Makefile
# 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>
|