blob: 1b4af96b4d272b5e7f57e680a6f5d66ca752306e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2022/06/28 11:30:51 wiz Exp $
DISTNAME= atool-0.39.0
PKGREVISION= 5
CATEGORIES= archivers
MASTER_SITES= http://savannah.nongnu.org/download/atool/
MAINTAINER= mcy@lm7.fr
HOMEPAGE= https://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"
|