freebsd-ports/japanese/jd/Makefile
Antoine Brodin ae49286fcd Mark BROKEN: fails to build
In file included from interface.cpp:7:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list

Reported by:	pkg-fallout
2017-05-11 19:27:42 +00:00

42 lines
981 B
Makefile

# Created by: Takashi Kato <townwear@gmail.com>
# $FreeBSD$
PORTNAME= jd
PORTVERSION= 2.8.9
DISTVERSIONSUFFIX= -150226
PORTREVISION= 1
CATEGORIES= japanese www
MASTER_SITES= SFJP/jd4linux/62877
MAINTAINER= townwear@gmail.com
COMMENT= 2ch browser
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to build
LIB_DEPENDS= libgnutls.so:security/gnutls \
libgcrypt.so:security/libgcrypt
USES= autoreconf iconv:translit libtool tar:tgz
USE_GNOME= gtk20 gtkmm24 libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sessionlib=gnomeui
LIBS+= -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:devel/oniguruma5
PANGOLAYOUT_CONFIGURE_WITH= pangolayout
PLIST_FILES= bin/jd \
share/applications/jd.desktop \
share/pixmaps/jd.png
.include <bsd.port.mk>