aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libsexy/Makefile
blob: 699e049a72a764394cf4f3888bdf36a362ef7f17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Andreas Kohn <andreas@syndrom23.de>

PORTNAME=	libsexy
PORTVERSION=	0.1.11
PORTREVISION=	10
CATEGORIES=	x11-toolkits devel
MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extension widgets for GTK+

LICENSE=	LGPL21

LIB_DEPENDS=	libenchant.so:textproc/enchant
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
USES=		gettext gnome libtool pathfix pkgconfig
USE_GNOME=	gtk20 libxml2
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|g_strncasecmp|g_ascii_strncasecmp|' \
		${WRKSRC}/libsexy/sexy-spell-entry.c

.include <bsd.port.mk>