USE_LIBTOOL

This commit is contained in:
steven 2007-04-07 14:54:12 +00:00
parent 5d84f0e9db
commit 804eb51747
3 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2006/11/13 12:53:08 steven Exp $
# $OpenBSD: Makefile,v 1.16 2007/04/07 14:54:12 steven Exp $
#
# Many variables moved to ../Makefile.inc
@ -6,7 +6,7 @@ COMMENT= "test-bed browser/authoring tool of the W3C"
AMAYA_VERSION= 5.1
DISTNAME= amaya-src-${AMAYA_VERSION}
PKGNAME= amaya-${AMAYA_VERSION}p1
PKGNAME= amaya-${AMAYA_VERSION}p2
HOMEPAGE= http://www.w3.org/Amaya/
@ -45,6 +45,8 @@ WRKBUILD= ${WRKDIR}/Amaya/obj
WRKDIST= ${WRKDIR}
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-shared
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf dest
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/../libwww/config

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2006/12/16 12:22:35 espie Exp $
# $OpenBSD: Makefile,v 1.12 2007/04/07 14:54:12 steven Exp $
COMMENT= "extremely lightweight and simple web browser for gnome"
M= 1.4
V= 1.4.8
DISTNAME= epiphany-${V}
PKGNAME= ${DISTNAME}p4
PKGNAME= ${DISTNAME}p5
CATEGORIES= www
HOMEPAGE= http://www.gnome.org/projects/epiphany/
@ -46,6 +46,7 @@ WANTLIB= ORBit-2 ORBitCosNaming-2 art_lgpl_2 atk-1.0 \
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/epiphany \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.32 2006/12/16 12:22:35 espie Exp $
# $OpenBSD: Makefile,v 1.33 2007/04/07 14:54:12 steven Exp $
COMMENT= "GNOME web browser based on gecko"
V= 1.3.21
DISTNAME= galeon-${V}
PKGNAME= ${DISTNAME}p6
PKGNAME= ${DISTNAME}p7
CATEGORIES= www
HOMEPAGE= http://galeon.sourceforge.net/
@ -42,6 +42,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/galeon \
--disable-schemas-install \