- move CONFIGURE_STYLE into Makefile.inc
This commit is contained in:
parent
3d13d995c1
commit
3ce15ec62a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1.1.1 2008/11/17 18:22:14 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.2 2008/11/17 18:33:47 jasper Exp $
|
||||
|
||||
V?= 0.0.14.1
|
||||
|
||||
@ -18,3 +18,5 @@ MASTER_SITES?= http://mirrors.dotsrc.org/ggzgamingzone/ggz/$V/ \
|
||||
DIST_SUBDIR= ggz
|
||||
|
||||
USE_LIBTOOL?= Yes
|
||||
|
||||
CONFIGURE_STYLE?= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/17 18:22:14 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/11/17 18:33:47 jasper Exp $
|
||||
|
||||
COMMENT= GGZ Gaming Zone - core client libraries
|
||||
|
||||
@ -6,7 +6,6 @@ DISTNAME= ggz-client-libs-$V
|
||||
SHARED_LIBS += ggzcore 0.0 # .9.0
|
||||
SHARED_LIBS += ggzmod 0.0 # .5.0
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/17 18:22:14 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/11/17 18:33:47 jasper Exp $
|
||||
|
||||
COMMENT= GGZ Gaming Zone - base library
|
||||
|
||||
DISTNAME= libggz-$V
|
||||
SHARED_LIBS += ggz 0.0 # .5.0
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-gcrypt \
|
||||
--with-tls="OpenSSL"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
Loading…
Reference in New Issue
Block a user