3656c2c6ca
---------------- https://github.com/BlackIkeEagle/par2cmdline/releases/tag/v0.6.11 BlackEagle (3): test9 :: test did not prove rename was working fix check if files are outside basepath bump 0.6.11
24 lines
633 B
Makefile
24 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/01/25 07:46:50 mef Exp $
|
|
|
|
DISTNAME= v0.6.11
|
|
PKGNAME= par2-${DISTNAME:S/v//}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= https://github.com/BlackIkeEagle/par2cmdline/archive/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/BlackIkeEagle/par2cmdline
|
|
COMMENT= PAR 2.0 compatible file verification and repair tool
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DIST_SUBDIR= par2
|
|
WRKSRC= ${WRKDIR}/par2cmdline-${DISTNAME:S/v//}
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf automake autoreconf
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf -fiv
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|