aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/babytrans/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-10-31 18:35:01 +0800
committerrene <rene@FreeBSD.org>2014-10-31 18:35:01 +0800
commitf0d660f3a2a0c1f1e5abded4e6e7b05f052952a5 (patch)
tree83b0b55caf9109457280f866dd032c1d8266b5b7 /deskutils/babytrans/Makefile
parentde953035dedf76c766992330be1bd7744f90eea2 (diff)
downloadfreebsd-ports-gnome-f0d660f3a2a0c1f1e5abded4e6e7b05f052952a5.tar.gz
freebsd-ports-gnome-f0d660f3a2a0c1f1e5abded4e6e7b05f052952a5.tar.zst
freebsd-ports-gnome-f0d660f3a2a0c1f1e5abded4e6e7b05f052952a5.zip
Remove expired ports:
2014-10-31 deskutils/babytrans: Abandonware, dictionaries unavailable 2014-10-31 www/rt38: Has expired: End of Life March 2014
Diffstat (limited to 'deskutils/babytrans/Makefile')
-rw-r--r--deskutils/babytrans/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/deskutils/babytrans/Makefile b/deskutils/babytrans/Makefile
deleted file mode 100644
index 60ecee7e19e9..000000000000
--- a/deskutils/babytrans/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Frederic Cambus
-# $FreeBSD$
-
-PORTNAME= babytrans
-PORTVERSION= 0.9.1
-PORTREVISION= 11
-CATEGORIES= deskutils
-MASTER_SITES= http://fjolliton.free.fr/babytrans/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files
-
-DEPRECATED= Abandonware, dictionaries unavailable
-EXPIRATION_DATE=2014-10-31
-
-USES= gmake gettext
-USE_GNOME= gtk12 gnomeprefix
-GNU_CONFIGURE= yes
-CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lintl
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
-
-post-patch:
-.for file in de es fr pt_BR
- @${REINPLACE_CMD} -e "s|CHARSET|ISO-8859-1|" \
- -e "s|ENCODING|8bit|" ${WRKSRC}/po/${file}.po
-.endfor
- @${REINPLACE_CMD} '/destdir=/ s|=|=${STAGEDIR}|' \
- ${WRKSRC}/po/Makefile.in.in
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/applets/Utility
- ${INSTALL_DATA} ${WRKSRC}/config-file/dictionary ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>