1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/audio/tcd/Makefile
Baptiste Daroussin d51bc0de30 ncurses: partial revert 266130ce71
In many places I overlooked at the problem we were trying to solve when
libncurses is split.
2021-09-24 15:11:53 +02:00

22 lines
332 B
Makefile

# Created by: gahr
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 sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
PLIST_FILES= bin/tcd \
man/man1/tcd.1.gz
.include <bsd.port.mk>