19 lines
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/12/07 02:05:50 minskim Exp $
|
|
|
|
DISTNAME= TECkit_2_5_1
|
|
PKGNAME= ${DISTNAME:S/_/-/:S/_/./g}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit
|
|
COMMENT= Low-level toolkit to perform encoding conversions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|