mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
a61c348943
Approved by: ncurses blanket
23 lines
340 B
Makefile
23 lines
340 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcd
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple, user-friendly ncurses-based CD player
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= ncurses
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tcd \
|
|
man/man1/tcd.1.gz
|
|
|
|
.include <bsd.port.mk>
|