summaryrefslogtreecommitdiffstats
path: root/japanese/ebview-gtk2
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ebview-gtk2')
-rw-r--r--japanese/ebview-gtk2/Makefile50
-rw-r--r--japanese/ebview-gtk2/distinfo3
-rw-r--r--japanese/ebview-gtk2/files/ebview.desktop.in12
-rw-r--r--japanese/ebview-gtk2/files/patch-configure20
-rw-r--r--japanese/ebview-gtk2/pkg-descr4
-rw-r--r--japanese/ebview-gtk2/pkg-plist25
6 files changed, 0 insertions, 114 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile
deleted file mode 100644
index c6a70bd02..000000000
--- a/japanese/ebview-gtk2/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: ebview-gtk2
-# Date Created: 7 Dec 2003
-# Whom: <faust@ua.airnet.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ebview
-PORTVERSION= 0.3.6
-PORTREVISION= 9
-CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -gtk2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Electronic Book Viewer
-
-LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb
-
-CONFLICTS= ja-ebview-0*
-
-USE_GNOME= gtk20 gnometarget
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-eb-conf=${LOCALBASE}/etc/eb.conf
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-SUB_FILES= ebview.desktop
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|#define GTK_DISABLE_DEPRECATED 1||g' \
- ${WRKSRC}/src/ebview.c
-
-post-install:
- ${MKDIR} ${PREFIX}/share/applications
- ${INSTALL_DATA} ${WRKSRC}/pixmaps/ebview.xpm ${PREFIX}/share/pixmaps/
- ${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${PREFIX}/share/applications/
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/japanese/ebview-gtk2/distinfo b/japanese/ebview-gtk2/distinfo
deleted file mode 100644
index 25abccbad..000000000
--- a/japanese/ebview-gtk2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ebview-0.3.6.tar.gz) = 223f679a6b54bc32cb6d44f54909d049
-SHA256 (ebview-0.3.6.tar.gz) = 4c8ce9d9b1567b5dd7c23cb157a864f99ee8266637ab0b8c99f3dfcd963133b1
-SIZE (ebview-0.3.6.tar.gz) = 564915
diff --git a/japanese/ebview-gtk2/files/ebview.desktop.in b/japanese/ebview-gtk2/files/ebview.desktop.in
deleted file mode 100644
index f69bec2e2..000000000
--- a/japanese/ebview-gtk2/files/ebview.desktop.in
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Terminal=false
-Name=EBView
-Name[ja]=EBView
-Comment=EPWING Dictionary Browser
-Comment[ja]=EPWING辞書ブラウザ
-Exec=%%PREFIX%%/bin/ebview
-TryExec=%%PREFIX%%/bin/ebview
-Icon=ebview.xpm
-Type=Application
-Categories=GTK;Application;Utility;
diff --git a/japanese/ebview-gtk2/files/patch-configure b/japanese/ebview-gtk2/files/patch-configure
deleted file mode 100644
index b3df55692..000000000
--- a/japanese/ebview-gtk2/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: configure
-diff -u configure.orig configure
---- configure.orig Sun Nov 6 12:02:01 2005
-+++ configure Sun Nov 6 12:02:18 2005
-@@ -6726,13 +6726,13 @@
-
- echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
- echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
-- GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0"`
-+ GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0" pangox`
- echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
- echo "${ECHO_T}$GTK_CFLAGS" >&6
-
- echo "$as_me:$LINENO: checking GTK_LIBS" >&5
- echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
-- GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0"`
-+ GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0" pangox`
- echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
- echo "${ECHO_T}$GTK_LIBS" >&6
- else
diff --git a/japanese/ebview-gtk2/pkg-descr b/japanese/ebview-gtk2/pkg-descr
deleted file mode 100644
index 2ff8a9ffa..000000000
--- a/japanese/ebview-gtk2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Ebview is a gtk based tool to access CD-ROM dictionaries of
-EPWING, EB, EBG,EBXA, EBXA-C formats.
-
-WWW: http://ebview.sourceforge.net/
diff --git a/japanese/ebview-gtk2/pkg-plist b/japanese/ebview-gtk2/pkg-plist
deleted file mode 100644
index bcdca7507..000000000
--- a/japanese/ebview-gtk2/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/ebview
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%DATADIR%%/about.en
-%%DATADIR%%/about.jp
-%%DATADIR%%/endinglist-ja.xml
-%%DATADIR%%/endinglist.xml
-%%DATADIR%%/filter.xml
-%%DATADIR%%/help/en/body.html
-%%DATADIR%%/help/en/menu.html
-%%DATADIR%%/help/en/index.html
-%%DATADIR%%/help/ja/body.html
-%%DATADIR%%/help/ja/menu.html
-%%DATADIR%%/help/ja/index.html
-%%DATADIR%%/searchengines.xml
-%%DATADIR%%/shortcut.xml
-share/applications/ebview.desktop
-share/locale/ja/LC_MESSAGES/ebview.mo
-share/pixmaps/ebview.xpm
-@dirrm %%DATADIR%%/help/ja
-@dirrm %%DATADIR%%/help/en
-@dirrm %%DATADIR%%/help
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
-%%PORTDOCS%%@dirrm %%DOCSDIR%%