blob: 81e1fdb3e984c452b047289c232befee105dc66d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $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"
|