blob: 7d6c007519090ed2c3ab8b6e9dd6ce34c302b1a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: sgr
# $FreeBSD$
PORTNAME= ochusha
PORTVERSION= 0.5.8.2
PORTREVISION= 13
CATEGORIES= japanese
MASTER_SITES= SFJP/ochusha/16560
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI BBS browser for 2ch.net
USES= libtool pkgconfig tar:bzip2
USE_GNOME= glib20 gtk20 libxml2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \
"${PREFIX}/share/ochusha/ochusha32.xpm" \
"ochusha" "Network;" \
false
post-patch:
@${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|-DG.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>
|