1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11-toolkits/libsexy/Makefile
Raphael Kubo da Costa f8a65e4c1b Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
2016-06-28 09:11:31 +00:00

29 lines
684 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
PORTNAME= libsexy
PORTVERSION= 0.1.11
PORTREVISION= 9
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 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>