blob: 0f80cf474246d3fa8e8757fe78c54173b1d021fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.29 2017/08/19 11:35:10 leot Exp $
#
DISTNAME= stow-2.2.2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_GNU:=stow/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/stow/stow.html
COMMENT= Maps several separate packages into a tree without merging them
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pmdir=${PERL5_INSTALLVENDORLIB}
USE_TOOLS+= gmake perl:run
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"
|