1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/tcd/Makefile
Pietro Cerutti 0fb72bb59b - Add LICENSE
- STAGE-clean
2014-01-30 14:26:06 +00:00

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>