jd - a 2ch browser
WWW: http://jd4linux.sourceforge.jp/ PR: ports/134419 Submitted by: Takashi Kato <townwear AT gmail.com> Approved by: miwi (mentor)
This commit is contained in:
parent
c2d7cc6e5b
commit
b350b9459d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234429
5 changed files with 55 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
SUBDIR += japaneseAFM
|
||||
SUBDIR += jargon-fpw
|
||||
SUBDIR += jcode.pl
|
||||
SUBDIR += jd
|
||||
SUBDIR += jed
|
||||
SUBDIR += jhd
|
||||
SUBDIR += jishyo
|
||||
|
|
44
japanese/jd/Makefile
Normal file
44
japanese/jd/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: jd
|
||||
# Date created: 10 May 2009
|
||||
# Whom: Takashi Kato <townwear@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jd
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= japanese www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||
MASTER_SITE_SUBDIR= jd4linux/38008
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-090305
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= townwear@gmail.com
|
||||
COMMENT= A 2ch browser
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15
|
||||
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \
|
||||
gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
|
||||
.if defined(WITH_ONIGURUMA)
|
||||
CONFIGURE_ARGS+= --with-oniguruma
|
||||
LIB_DEPENDS+= onig:${PORTSDIR}/devel/oniguruma5
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOMEUI)
|
||||
CONFIGURE_ARGS+= --with-sessionlib=gnomeui
|
||||
USE_GNOME+= libgnomeui
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PANGOLAYOUT)
|
||||
CONFIGURE_ARGS+= --with-pangolayout
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${AUTORECONF} -i
|
||||
|
||||
.include <bsd.port.mk>
|
3
japanese/jd/distinfo
Normal file
3
japanese/jd/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (jd-2.3.0-090305.tgz) = db7ac7fb010d8bd95d2842c400b2659a
|
||||
SHA256 (jd-2.3.0-090305.tgz) = b0711b92546a681d94417fc00f3c9f7cbd6d21425774e2530788fb12b81fa8c2
|
||||
SIZE (jd-2.3.0-090305.tgz) = 637474
|
3
japanese/jd/pkg-descr
Normal file
3
japanese/jd/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
jd - a 2ch browser
|
||||
|
||||
WWW: http://jd4linux.sourceforge.jp/
|
4
japanese/jd/pkg-plist
Normal file
4
japanese/jd/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/jd
|
||||
share/applications/jd.desktop
|
||||
share/pixmaps/jd.png
|
||||
@dirrmtry share/applications
|
Loading…
Reference in a new issue