- move CONFIGURE_STYLE into Makefile.inc

This commit is contained in:
jasper 2008-11-17 18:33:47 +00:00
parent 3d13d995c1
commit 3ce15ec62a
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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" \