freebsd-ports/audio/tcd/Makefile

22 lines
325 B
Makefile
Raw Normal View History

# Created by: gahr
# $FreeBSD$
PORTNAME= tcd
PORTVERSION= 2.2.0
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= SAVANNAH
2014-12-10 23:29:14 +01:00
MAINTAINER= ports@FreeBSD.org
2014-01-30 15:26:06 +01:00
COMMENT= Simple, user-friendly ncurses-based CD player
LICENSE= GPLv2
USE_SDL= sdl
GNU_CONFIGURE= yes
2014-01-30 15:26:06 +01:00
PLIST_FILES= bin/tcd \
man/man1/tcd.1.gz
.include <bsd.port.mk>