23 lines
496 B
Makefile
23 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:45 asau Exp $
|
|
|
|
DISTNAME= sfslite-1.2.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_FREEBSD}
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://dist.okws.org/sfslite
|
|
COMMENT= Standard version of the sfslite library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-sfsmisc
|
|
USE_TOOLS= gmake bison
|
|
USE_LANGUAGES+= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|