mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
0fb72bb59b
- STAGE-clean
23 lines
371 B
Makefile
23 lines
371 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcd
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Simple, user-friendly ncurses-based CD player
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tcd \
|
|
man/man1/tcd.1.gz
|
|
|
|
.include <bsd.port.mk>
|