1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/jd/Makefile
Tijl Coosemans 3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00

46 lines
1.1 KiB
Makefile

# Created by: Takashi Kato <townwear@gmail.com>
# $FreeBSD$
PORTNAME= jd
PORTVERSION= 2.8.8
PORTREVISION= 1
CATEGORIES= japanese www
MASTER_SITES= SFJP
MASTER_SITE_SUBDIR= jd4linux/61281
DISTNAME= ${PORTNAME}-${PORTVERSION}-140601
EXTRACT_SUFX= .tgz
MAINTAINER= townwear@gmail.com
COMMENT= 2ch browser
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
USES= iconv libtool
USE_AUTOTOOLS= autoconf automake libtoolize
USE_GNOME= gtk20 gtkmm24 libgnomeui
CONFIGURE_ARGS= --with-sessionlib=gnomeui
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
OPTIONS_DEFINE= ONIGURUMA PANGOLAYOUT
ONIGURUMA_DESC= Use oniguruma regular expressions library
PANGOLAYOUT_DESC= Use PANGOLayout instead of PangoGlyphString
ONIGURUMA_CONFIGURE_WITH= oniguruma
ONIGURUMA_LIB_DEPENDS= libonig.so:${PORTSDIR}/devel/oniguruma5
PANGOLAYOUT_CONFIGURE_WITH= pangolayout
PLIST_FILES= bin/jd \
share/applications/jd.desktop \
share/pixmaps/jd.png
pre-configure:
@cd ${WRKSRC} && ${AUTORECONF} -i
.include <bsd.port.mk>