b686dd9180
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.
29 lines
925 B
Makefile
29 lines
925 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/18 23:33:18 rillig Exp $
|
|
|
|
DISTNAME= mimms-3.2.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= net multimedia
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/mimms/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://savannah.nongnu.org/projects/mimms/
|
|
COMMENT= MMS (e.g. mms://) stream downloader
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
# default is at lang/python/distutils.mk, but
|
|
# drop the third digit from DISTNAME. Is it too tricky ?
|
|
EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/}
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2
|
|
|
|
SUBST_CLASSES+= man
|
|
SUBST_FILES.man+= setup.py
|
|
SUBST_SED.man+= -e 's,share/man,${PKGMANDIR},'
|
|
SUBST_STAGE.man= post-build
|
|
SUBST_MESSAGE.man= Fixing installation path for man pages.
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../net/libmms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|