18 lines
428 B
Makefile
18 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/08/22 09:42:53 wiz Exp $
|
|
|
|
DISTNAME= atool-0.39.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://savannah.nongnu.org/download/atool/
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
HOMEPAGE= http://www.nongnu.org/atool/
|
|
COMMENT= Manage file archives of various types
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none (perl)
|
|
USE_TOOLS+= gmake perl
|
|
REPLACE_PERL= atool
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|