blob: 116b5f6bb4b4ad5ff417e325879c4c4e81126c12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.4 2000/08/07 15:45:15 danw Exp $
#
DISTNAME= librep-0.12.4
CATEGORIES= lang devel
MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/
MAINTAINER= danw@netbsd.org
HOMEPAGE= http://librep.sourceforge.net/
DEPENDS+= gmp>=3.0:../../devel/gmp
DEPENDS+= gdbm>=1.8.0:../../databases/gdbm
DEPENDS+= readline>=4.0:../../devel/readline
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline --with-gmp-prefix=${LOCALBASE} \
--with-gdbm-prefix=${LOCALBASE}
USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/etc/ltconfig
.include "../../mk/bsd.pkg.mk"
|