2013-01-07 03:07:26 +01:00
|
|
|
# Created by: sgr
|
2007-09-07 06:06:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ochusha
|
|
|
|
PORTVERSION= 0.5.8.2
|
2014-05-11 23:10:51 +02:00
|
|
|
PORTREVISION= 13
|
2007-09-07 06:06:37 +02:00
|
|
|
CATEGORIES= japanese
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SFJP/ochusha/16560
|
2007-09-07 06:06:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-01-07 03:07:26 +01:00
|
|
|
COMMENT= GUI BBS browser for 2ch.net
|
2007-09-07 06:06:37 +02:00
|
|
|
|
2014-05-11 23:10:51 +02:00
|
|
|
USES= libtool pkgconfig tar:bzip2
|
2012-07-23 03:33:55 +02:00
|
|
|
USE_GNOME= glib20 gtk20 libxml2
|
2007-09-07 06:06:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-11 23:10:51 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-09-07 06:06:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-01-07 03:07:26 +01:00
|
|
|
DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \
|
|
|
|
"${PREFIX}/share/ochusha/ochusha32.xpm" \
|
|
|
|
"ochusha" "Network;" \
|
2007-09-07 06:06:37 +02:00
|
|
|
false
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
|
2007-10-27 21:34:31 +02:00
|
|
|
's|-DG.*_DISABLE_DEPRECATED||g'
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2007-09-07 06:06:37 +02:00
|
|
|
.include <bsd.port.mk>
|