summaryrefslogtreecommitdiff
path: root/sysutils/stow/Makefile
blob: c7b9a32e1c71d65ac5e6def47cfb6dd286dcaf87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.28 2017/01/19 10:37:21 markd 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

GNU_CONFIGURE=	YES
CONFIGURE_ARGS+=	--with-pmdir=${PERL5_INSTALLVENDORLIB}
USE_TOOLS+=	gmake perl:run
INFO_FILES=	yes

.include "../../mk/bsd.pkg.mk"