1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/tcd/Makefile
Gleb Popov a3d08d797a audio/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-02-19 20:49:46 +03:00

22 lines
393 B
Makefile

PORTNAME= tcd
PORTVERSION= 2.2.0
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple, user-friendly ncurses-based CD player
WWW= https://www.nongnu.org/tcd/
LICENSE= GPLv2
USES= ncurses sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/tcd \
share/man/man1/tcd.1.gz
.include <bsd.port.mk>