diff options
author | obache <obache> | 2010-08-30 02:22:32 +0000 |
---|---|---|
committer | obache <obache> | 2010-08-30 02:22:32 +0000 |
commit | e0eff6aaf0d58b06279e466d5f89cf7ae2a69384 (patch) | |
tree | 4d0a4c1a4e0e42f6645b68935ea521f648fa75f9 | |
parent | 3ef1b3528de7b2b035f91f5fbba5a7aa5110d269 (diff) | |
download | pkgsrc-e0eff6aaf0d58b06279e466d5f89cf7ae2a69384.tar.gz |
* set LICENSE=gnu-gpl-v3
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
fixes PR#43809.
-rw-r--r-- | sysutils/mtools/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 9b7bb1ef17d..de04e1b16e3 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2010/04/19 13:58:43 is Exp $ +# $NetBSD: Makefile,v 1.46 2010/08/30 02:22:32 obache Exp $ DISTNAME= mtools-4.0.13 PKGREVISION= # @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= is@NetBSD.org HOMEPAGE= http://mtools.linux.lu/ COMMENT= FAT (MS-DOS, Atari) disk access tools +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir @@ -16,6 +17,10 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake makeinfo INFO_FILES= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + .include "options.mk" +.include "../../converters/libiconv/buildlink3.mk" +LIBS+= ${BUILDLINK_LDADD.iconv} .include "../../mk/bsd.pkg.mk" |