View | Details | Raw Unified | Return to bug 203132
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 12-19 Link Here
12
RUN_DEPENDS=	mime-support>0:${PORTSDIR}/misc/mime-support
12
RUN_DEPENDS=	mime-support>0:${PORTSDIR}/misc/mime-support
13
13
14
USE_GNOME=	gtk20
14
USE_GNOME=	gtk20
15
USES=		cpe desktop-file-utils execinfo pathfix shebangfix
15
USES=		cpe desktop-file-utils execinfo pathfix
16
SHEBANG_FILES=	tools/*.pl tools/tb2claws-mail
17
INSTALLS_ICONS=	yes
16
INSTALLS_ICONS=	yes
18
17
19
OPTIONS_DEFINE=	COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \
18
OPTIONS_DEFINE=	COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \
(-)Makefile.claws (-1 / +4 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTVERSION=	3.12.0
3
PORTVERSION=	3.12.0
4
PORTREVISION=	1
4
CATEGORIES?=	mail
5
CATEGORIES?=	mail
5
MASTER_SITES=	http://www.claws-mail.org/download.php?file=releases/
6
MASTER_SITES=	http://www.claws-mail.org/download.php?file=releases/
6
7
Lines 8-14 Link Here
8
9
9
LICENSE=	GPLv3
10
LICENSE=	GPLv3
10
11
11
USES+=		gmake iconv libtool pkgconfig tar:xz
12
USES+=		gmake iconv libtool pkgconfig shebangfix tar:xz
13
SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail \
14
		src/plugins/perl/tools/matcherrc2perlfilter.pl
12
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
13
16
14
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
17
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static

Return to bug 203132