21 lines
492 B
Makefile
21 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:48 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= enca-1.9
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://trific.ath.cx/Ftp/enca/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://trific.ath.cx/software/enca/
|
|
COMMENT= Extremely Naive Charset Analyser
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/enca.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|