21 lines
461 B
Makefile
21 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/25 06:56:59 asau Exp $
|
|
#
|
|
|
|
DISTNAME= sary-1.2.0
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
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"
|