1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/audio/tcd/Makefile
2016-11-19 16:04:55 +00:00

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>