From bff6fbe67d8df47203345959f09a53800dc73c3d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 18:33:56 +0000 Subject: - GNU_CONFIGURE -> USE_LIBTOOL - Remove unneeded USE_BISON PR: 38995 Submitted by: Ports Fury --- emulators/vx68k/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'emulators/vx68k/Makefile') diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index 0b46909230a5..db96286b7aaa 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -8,22 +8,27 @@ PORTNAME= vx68k PORTVERSION= 1.1.10 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= vm68k:${PORTSDIR}/emulators/libvm68k +LIB_DEPENDS= vm68k.4:${PORTSDIR}/emulators/libvm68k -USE_BISON= yes USE_MESA= yes USE_GTK= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS}" +USE_LIBTOOL= yes +LIBTOOLFILES= configure vx68k-gtk/configure +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vx68k.1 +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \ + ${PTHREAD_LIBS} + post-patch: @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure -- cgit v1.2.3