ffe83de7b1
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
20 lines
512 B
Makefile
20 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:07 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= tcd-2.2.0
|
|
PKGREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/tcd/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/tcd/
|
|
COMMENT= Audio CD player using ncurses and SDL
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|