blob: e1ba2cda2d6f5b3914599fee86bd0c4114981b52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.26 2015/06/12 10:51:18 wiz Exp $
#
DISTNAME= stow-1.3.3
PKGREVISION= 4
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
USE_TOOLS+= perl:run
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"
|