pkgsrc/converters/recode/Makefile
jlam 2f4e51181c This package uses gettext and libtool, so make the appropriate inclusions
and definitions.  Also mark as USE_BUILDLINK_ONLY, and change PLIST to
refer to the installed po files in ${PKGLOCALEDIR}, not "share".
2001-08-20 03:34:29 +00:00

20 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.9 2001/08/20 03:34:29 jlam Exp $
#
DISTNAME= recode-3.5
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
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
INFO_FILES= recode.info
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"