blob: 3f00b6ea7f6a4dec9c73e5402280a9f02df51008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.31 2012/10/03 00:20:16 asau Exp $
#
DISTNAME= recode-3.6
PKGREVISION= 6
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GNU:=recode/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/recode/recode.html
COMMENT= Convert files between character sets and usages
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
BROKEN_GETTEXT_DETECTION= yes
INFO_FILES= yes
post-extract:
${CP} ${WRKSRC}/lib/error.c ${WRKSRC}/src/error.c
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|