pkgsrc/sysutils/stow/Makefile
2018-08-22 09:43:40 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.30 2018/08/22 09:46:40 wiz Exp $
#
DISTNAME= stow-2.2.2
PKGREVISION= 1
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"