mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
a3d08d797a
Approved by: portmgr (blanket)
22 lines
393 B
Makefile
22 lines
393 B
Makefile
PORTNAME= tcd
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple, user-friendly ncurses-based CD player
|
|
WWW= https://www.nongnu.org/tcd/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= ncurses sdl
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/tcd \
|
|
share/man/man1/tcd.1.gz
|
|
|
|
.include <bsd.port.mk>
|