aboutsummaryrefslogtreecommitdiff
path: root/x11/gmrun/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-07-09 04:48:05 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-07-09 04:48:05 +0000
commit4ca75b0c8d0f88fccf5e07fe4c050543ffa8e03a (patch)
treed7acd04b5f2cba721619258d0dc04712b00f5d43 /x11/gmrun/Makefile
parent01de9790d06824de476e3b2c9665176fd354c3a0 (diff)
downloadports-4ca75b0c8d0f88fccf5e07fe4c050543ffa8e03a.tar.gz
ports-4ca75b0c8d0f88fccf5e07fe4c050543ffa8e03a.zip
Notes
Diffstat (limited to 'x11/gmrun/Makefile')
-rw-r--r--x11/gmrun/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile
index 44219253161b..dbaf10d3743f 100644
--- a/x11/gmrun/Makefile
+++ b/x11/gmrun/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gmrun
-PORTVERSION= 0.8.1
+PORTVERSION= 0.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk12 glib12
+USE_GNOME= gnomeprefix gnomehack gtk20
.include <bsd.port.pre.mk>
@@ -27,13 +27,7 @@ USE_GNOME= gnomeprefix gnomehack gtk12 glib12
BROKEN= "Does not compile (bad C++ code)"
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|PACKAGE_DATA_DIR\"|\"${PREFIX}/etc|' ${WRKSRC}/src/prefs.cc
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/src/gmrun ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/config/gmrunrc ${PREFIX}/etc
+post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}