freebsd-ports/japanese/jd/Makefile
TAKATSU Tomonari 22bf9d1d5e - Update to 2.7.5 [1]
- Use MASTER_SITES_ABBREVS in MASTER_SITES
- Add LICENSE
- Add OPTIONS
- Drop MD5 checksum from distinfo
- Make portlint happy

PR:		ports/153512 [1]
Submitted by:	Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1]
2011-01-06 14:12:11 +00:00

54 lines
1.2 KiB
Makefile

# New ports collection makefile for: jd
# Date created: 10 May 2009
# Whom: Takashi Kato <townwear@gmail.com>
#
# $FreeBSD$
#
PORTNAME= jd
PORTVERSION= 2.7.5
CATEGORIES= japanese www
MASTER_SITES= SFJP
MASTER_SITE_SUBDIR= jd4linux/50363
DISTNAME= ${PORTNAME}-${PORTVERSION}-101228
EXTRACT_SUFX= .tgz
MAINTAINER= townwear@gmail.com
COMMENT= A 2ch browser
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
MAKE_JOBS_SAFE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf automake libtool
USE_GNOME= gtk20
GNU_CONFIGURE= yes
OPTIONS= ONIGURUMA "Build with oniguruma regular expressions lib" off \
GNOMEUI "Enable LibGnomeUI support" off \
PANGOLAYOUT "Use PANGOLayout instead of PangoGlyphString" off
.include <bsd.port.pre.mk>
.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.post.mk>