2012-06-02 10:18:35 +02:00
|
|
|
# $NetBSD: Makefile,v 1.47 2012/06/02 08:26:45 cheusov Exp $
|
1999-05-23 22:22:19 +02:00
|
|
|
|
2011-11-19 19:59:20 +01:00
|
|
|
DISTNAME= sharutils-4.11.1
|
2012-06-02 10:18:35 +02:00
|
|
|
PKGREVISION= 2
|
1999-05-23 22:33:46 +02:00
|
|
|
PKGNAME= g${DISTNAME}
|
1999-05-23 22:22:19 +02:00
|
|
|
CATEGORIES= archivers
|
1999-05-23 22:33:46 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/}
|
1999-05-23 22:22:19 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
1999-05-23 22:36:07 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html
|
2001-02-16 14:15:24 +01:00
|
|
|
COMMENT= Allow packing and unpacking of shell archives
|
2011-11-19 19:59:20 +01:00
|
|
|
LICENSE= gnu-gpl-v3
|
2000-11-02 03:35:14 +01:00
|
|
|
|
2005-03-31 16:17:05 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2009-02-10 00:53:00 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2005-03-31 16:17:05 +02:00
|
|
|
|
2012-06-02 10:18:35 +02:00
|
|
|
AUTO_MKDIRS= yes
|
2012-05-29 22:52:55 +02:00
|
|
|
|
2002-11-30 12:16:17 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
INSTALL_TARGET= install install-man
|
2006-06-18 09:04:15 +02:00
|
|
|
INFO_FILES= yes
|
2011-11-19 19:59:20 +01:00
|
|
|
USE_TOOLS+= makeinfo msgfmt sh:run
|
1999-05-23 22:22:19 +02:00
|
|
|
|
2002-12-22 02:42:16 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-uucode
|
2012-05-29 22:52:55 +02:00
|
|
|
CONFIGURE_ENV+= SH=${TOOLS_SH}
|
2002-12-22 02:42:16 +01:00
|
|
|
|
2012-05-29 22:52:55 +02:00
|
|
|
CONFIGURE_ARGS+= --program-prefix=g
|
2005-02-26 05:42:50 +01:00
|
|
|
|
2012-05-29 22:52:55 +02:00
|
|
|
post-install:
|
2012-06-02 10:18:35 +02:00
|
|
|
.for f in shar unshar
|
|
|
|
${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/gnu/bin/${f}
|
|
|
|
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/gnu/man/man1/${f}.1
|
|
|
|
.endfor
|
2002-12-22 02:42:16 +01:00
|
|
|
|
2004-03-11 19:03:49 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
1999-05-23 22:33:46 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|