23 lines
498 B
Makefile
23 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/04/22 13:42:25 obache Exp $
|
|
#
|
|
|
|
DISTNAME= sary-1.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://sary.sourceforge.net/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://sary.sourceforge.net/
|
|
COMMENT= Suffix array library and tools
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= sary.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|