19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/04/11 02:26:02 mef Exp $
|
|
|
|
DISTNAME= enca-1.15
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://dl.cihar.com/enca/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/nijel/enca
|
|
COMMENT= Extremely Naive Charset Analyser
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/enca.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|