freebsd-ports/audio/tcd/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

22 lines
371 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= tcd
PORTVERSION= 2.2.0
PORTREVISION= 7
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>