freebsd-ports/textproc/stardict2/Makefile
Thierry Thomas 5442e0e343 - Update the port to 2.4.3
- Add a workaround to GNOME 2.6.x interface deprecation, which unbreaks the port
- Pet portlint
- Transfer maintainership.

Remark: the approval of the former maintainer did not get its way to gnats...

PR:		ports/66655
Submitted by:	Xin LI
Approved by:	LI Dong
2004-05-15 15:22:16 +00:00

38 lines
896 B
Makefile

# 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.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DIST_SUBDIR= stardict
MAINTAINER= delphij@FreeBSD.org.cn
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_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_REINPLACE= 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>