mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
c877f60cb7
- Add libtool to USES - Add libtoolize to USE_AUTOTOOLS PR: ports/190750 Submitted by: townwear@gmail.com (maintainer) [1]
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# Created by: Takashi Kato <townwear@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jd
|
|
PORTVERSION= 2.8.8
|
|
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>
|