fix up MODGNU_CONFIG_GUESS_DIRS

This commit is contained in:
naddy 2004-08-01 21:19:17 +00:00
parent 3163b3dc79
commit 3340a6d43b
5 changed files with 12 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2004/07/07 03:18:42 espie Exp $
# $OpenBSD: Makefile,v 1.3 2004/08/01 21:19:17 naddy Exp $
COMMENT= "reference implementation of JPEG-2000"
@ -20,5 +20,6 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --without-x --disable-opengl
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acaux
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2004/04/18 06:41:11 robert Exp $
# $OpenBSD: Makefile,v 1.3 2004/08/01 21:19:17 naddy Exp $
COMMENT= "color ascii art library"
DISTNAME= libcaca-0.9
@ -28,5 +28,6 @@ USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doc --disable-slang
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2004/01/06 06:40:14 jolan Exp $
# $OpenBSD: Makefile,v 1.3 2004/08/01 21:19:17 naddy Exp $
COMMENT= "library for decoding/generating MPEG TS/DVB PSI tables"
VER= 0.1.4
@ -19,5 +19,6 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
CONFIGURE_STYLE=gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2004/04/18 00:41:03 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2004/08/01 21:19:17 naddy Exp $
COMMENT= "free MPEG-2 video stream decoder"
DISTNAME= mpeg2dec-0.4.0b
@ -27,5 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
LIBS="-lX11 -lXext -lXv"
CONFIGURE_ARGS+=${CONFIGURE_SHARED} --disable-sdl
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2004/05/10 18:32:41 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2004/08/01 21:19:17 naddy Exp $
ONLY_FOR_ARCHS= i386
@ -22,6 +22,9 @@ MODULES= gettext
CONFIGURE_STYLE=gnu old
CONFIGURE_ARGS= --srcdir=${WRKSRC} ${WRKBUILD}
SEPARATE_BUILD= simple
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/src/autoconf \
${WRKSRC}/ffcall/autoconf \
${WRKSRC}/libcharset/autoconf
MAKE_FLAGS= INSTALL='install -c' \
INSTALL_PROGRAM='install -c -s -m 555' \