aboutsummaryrefslogtreecommitdiff
path: root/textproc/stardict3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/stardict3/Makefile')
-rw-r--r--textproc/stardict3/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile
deleted file mode 100644
index 9fad3b50b2e1..000000000000
--- a/textproc/stardict3/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Ports collection makefile for: stardict2
-# Date created: 13 April 2003
-# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= stardict
-PORTVERSION= 2.4.6
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DIST_SUBDIR= stardict
-
-MAINTAINER= delphij@FreeBSD.org
-COMMENT= A cross-platform and international dictionary written in Gtk2
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-USE_GCC= 3.4
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix libgnomeui
-USE_REINPLACE= yes
-
-GCONF_SCHEMAS= stardict.schemas
-INSTALLS_OMF= yes
-
-MAN1= stardict.1
-
-post-patch:
-# gcc 2.95 does not know std::string::clear()
- @${REINPLACE_CMD} -e 's|.clear()|.erase()|' \
- ${WRKSRC}/src/docklet.cpp ${WRKSRC}/src/floatwin.cpp \
- ${WRKSRC}/src/selection.cpp
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>