diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-15 07:48:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-15 07:48:08 +0000 |
commit | 582cfcc16b9975ed999a944297e3e61fa6b95c99 (patch) | |
tree | 08310b6448287f00d52a27018a6a101f81fda65c /x11/xnee | |
parent | 9507ff4dbb0c9db806656445ebfdfce9d3d29977 (diff) | |
download | ports-582cfcc16b9975ed999a944297e3e61fa6b95c99.tar.gz ports-582cfcc16b9975ed999a944297e3e61fa6b95c99.zip |
Notes
Diffstat (limited to 'x11/xnee')
-rw-r--r-- | x11/xnee/Makefile | 25 | ||||
-rw-r--r-- | x11/xnee/distinfo | 6 |
2 files changed, 10 insertions, 21 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 41430ac681bb..c7b5e6099748 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,11 +6,9 @@ # PORTNAME= xnee -PORTVERSION= 3.01 +PORTVERSION= 3.02 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Xnee-${PORTVERSION} +MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= X events recorder and player @@ -18,14 +16,14 @@ COMMENT= X events recorder and player OPTIONS= GNEE "Build the GUI frontend" off \ PNEE "Build the Gnome Panel frontend" off -USE_XLIB= yes +USE_XORG= xtst USE_GNOME= gnomehack gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cli --disable-doc MAN1= cnee.1 xnee.1 -INFO= cnee +INFO= xnee PLIST_FILES= bin/cnee \ %%DATADIR%%/example1.xns \ %%DATADIR%%/pixmaps/xnee.png \ @@ -36,13 +34,6 @@ PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -MAKEINFO= ${LOCALBASE}/bin/makeinfo -.else -MAKEINFO= makeinfo -.endif - .if defined(WITH_GNEE) USE_GNOME+= gtk20 MAN1+= gnee.1 @@ -70,7 +61,8 @@ post-patch: s|$${libdir}/bonobo/|$${prefix}/libdata/bonobo/|g ; \ s|CCC||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ - 's|@PIXMAP_DIR@|pixmap|g' ${WRKSRC}/Makefile.in + 's|@PIXMAP_DIR@|pixmap|g ; \ + s|@DOC_DIR@||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in @${REINPLACE_CMD} -e \ @@ -80,10 +72,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in -post-build: - cd ${WRKSRC}/cnee/src && ${MAKEINFO} --no-split cnee.texi - post-install: - ${INSTALL_DATA} ${WRKSRC}/cnee/src/cnee.info ${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} .include <bsd.port.post.mk> diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index 90ee6e2b7945..7ebd6138d876 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1,3 +1,3 @@ -MD5 (Xnee-3.01.tar.gz) = a6e1e797170317a7454723a7cd7b3c58 -SHA256 (Xnee-3.01.tar.gz) = 018546681f22a4af6fbef512ebca3b67b2a090761699f39e00a1d72c61c0dcbc -SIZE (Xnee-3.01.tar.gz) = 611686 +MD5 (xnee-3.02.tar.gz) = 55a287c8468bb8ed3d6ad21e66aa379f +SHA256 (xnee-3.02.tar.gz) = fe348f343d1c380d0cf5e51b007dd891f81095beca670b50725ca0ccad12918e +SIZE (xnee-3.02.tar.gz) = 1714690 |