From 736d37bd4e8453db31deda809c54c1ff063395ce Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 23 May 2004 19:10:10 +0000 Subject: - Update to version 0.9.2 PR: ports/67085 Submitted by: Ports Fury --- x11/gmrun/Makefile | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'x11/gmrun/Makefile') diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 260295a56233..b6000dae0236 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gmrun -PORTVERSION= 0.9 -PORTREVISION= 2 +PORTVERSION= 0.9.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,21 +14,25 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + +USE_GCC= 3.3 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_GNOME= gtk20 USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 - -.include +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-stlport -.if ${OSVERSION} < 500000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -.endif +PORTDOCS= README +PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc +PLIST_DIRS= %%DATADIR%% post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3